#programming-languages
Read more stories on Hashnode
Articles with this tag
Favor immutability by converting attributes to sets · TL;DR: Using sets for attributes simplifies your code and makes state management easier Problems...
Don't Repeat Yourself · TL;DR: How to remove repeated code Problems Addressed Don't Repeat Yourself Copy/Paste Programming No single source...
If I see a Variable that does not change. I call that variable a constant · TL;DR: Be explicit on what mutates and what does not. Problems...
Using your local language is a great idea because domain naming is easier. Not · TL;DR: Stick to English. Always. Problems Polymorphism Cultural...
Breaking the code to favor readability asks for refactor. TL;DR Don't add empty lines to your methods. Extract...