#clean-code
Read more stories on Hashnode
Articles with this tag
No, it's not It's possible to pass setState as a prop in React. However, it's not the recommended way to deal with updating state triggered by child...
Let's learn SOLID the JavaScript way with functions. · Introduction Ever heard of SOLID? No, not the fun UI library Solid.js. The five famous SOLID...
They are more dangerous than you think. · Introduction We often use boolean states to keep track of whether something is loading. Usually, it works as...
Generator functions have their purposes and aren't a complete waste. · Introduction Generator functions are arguably the most confusing topic in...
It takes effort and initiative to craft good software. · It does take effort to craft good software, and it is the responsibility of software engineers...
Is it true that const makes a variable immutable? · In this article, I want to discuss why I prefer const over let when declaring variables in...