Published onMarch 16, 2023Conditions? More like Polymorphismobject-orientedjavascriptreactclean-coderefactoringStop repeating same conditions everywhere, use polymorphism!
Published onMarch 15, 2023Visibility and Stability: A Hidden Relationshipobject-orientedjavascriptdependencyclean-codeHave you ever thought that these keywords can tell people how stable your codes are?
Published onJanuary 26, 2023Keep it Simple, Stupid with React Componentsreactkissclean-coderefactoringKeeping it Simple, Stupid (KISS) is a principle we all know by heart, but when exactly is a component too long? And how can we trim it down?