#programming-blogs
Read more stories on Hashnode
Articles with this tag
You should not define too much behavior together · TL;DR: Split your interfaces Problems Interface Segregation Principle...
Tabs or spaces, are equivalent? · TL;DR: Don't use Tabs. It is not a "personal style decision" Problems Readability Compilation errors in some...
Comments are dead. Tests are alive · TL;DR: Take your comment, compact it, and name your functions. Now test it and remove the comments. Problems...
Constants should be together to find them easily · TL;DR: Don't define too many unrelated constants in the same class. Don't pile up the junk...
Which is better, declarative or shorter code? · TL;DR: Be declarative enough but no more. Problems Readability Premature Optimization Solutions Use...
Refactorings are amazing to grow and improve our code · TL;DR: Let's start addressing our code smells I have been writing a series on Code Smells for a...