#code-smell
Read more stories on Hashnode
Articles with this tag
If your merge request has no test changed, you haven't finished your job · If your merge request has no test changed, you haven't finished your...
We love looking at the internal gears of the clock, but we need to start focusing on the hands. TL;DR: Don't mess with implementation details. Be...
Booleans are natural code smells. Returning and casting them is sometimes a mistake · TL;DR: Don't return true or false. Be...
Have you encountered classes without behavior? Classes are their behavior. · TL;DR: Remove all empty classes. Problems Bijection Fault Namespace...
Another new fancy AI tool. We keep getting closer to the singularity. But not on programming. · TL;DR: Wait until machine learning solutions solve real...
Changing a collection while traversing might lead to unexpected errors TL;DR: Do not modify collections while traversing them Problems Unexpected...