Hoh Shen Yien
Shen's Developer Diary

Shen's Developer Diary

Follow
homeNext.jsLeetcodeExperienceLife
Tag

refactoring

#refactoring

More content

Read more stories on Hashnode


Articles with this tag

Conditions? More like Polymorphism

Mar 16, 20236 min read

Stop repeating same conditions everywhere, use polymorphism! · Ever repeated a condition everywhere? Maybe because you wanted to represent one value in...

Conditions? More like Polymorphism

Keep it Simple, Stupid with React Components

Jan 26, 20236 min read

Keeping 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? · Dealing...

Keep it Simple, Stupid with React Components