#naming
Read more stories on Hashnode
Articles with this tag
Overcomplicating Naming Leads to Chaos · TL;DR: Naming is hard, don't make it harder with unnecessary accidental complexity. Problems Unclear,...
This is a nice way to mark 'your' classes and objects · TL;DR: Don't prefix or suffix your names with irrelevant information Problems Lack of...
Use contextual and local names · TL;DR: Don't repeat your parameters' names. Names should be...
Classes are my precious · TL;DR: Classes represent concepts. And concepts are singular. Problems Naming Code Standards Solutions Rename classes to...
Have you ever seen a CustomerCollection? · TL;DR: Don't use 'collection' in your name. It is too abstract for concrete...
Serious development is done by many different people. We have to start agreeing. · TL;DR: Don't mix different case...