More Bad Smells in Code
Writing software is hard. There’re only a few ways to do it right and there’re many ways to do it wrong and make our lives hard.
In this article, we’ll look at some ways to write bad code by looking at a few codes smells.
Primitive Obsession
Programming languages like JavaScript have 2 kinds of data. They’re primitive values and reference values.