Clean Code: Primitive obsession smell
We talk about how creating tiny classes, rather than using raw strings or ints, can lead to a better design
We talk about how creating tiny classes, rather than using raw strings or ints, can lead to a better design
It seemed a normal day of work when one of our managers called a meeting to inform us of a very urgent feature that should be put in production within 2 days.
Ever wondered about the differences between data structures and objects? Let's analyze them with the help of the Law of Demeter.
Naming things is one of the most difficult part of our job, still it is one of the more effective way to communicate the intention of a piece of code. Take a look to a real example.