Maximiliano Contieri - Software Design

Maximiliano Contieri - Software Design

Follow
homeDesignCode SmellsBloggingProductivityAboutSupport Me
Tag

naming

#naming

More content

Read more stories on Hashnode


Articles with this tag

Code Smell 197 - Gratuitous Context

Feb 21, 20232 min read 119 views

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...

Code Smell 197 - Gratuitous Context

Code Smell 188 - Redundant Parameter Names

Dec 24, 20221 min read 250 views

Use contextual and local names · TL;DR: Don't repeat your parameters' names. Names should be...

Code Smell 188 - Redundant Parameter Names

Code Smell 171 - Plural Classes

Oct 21, 20221 min read 126 views

Classes are my precious · TL;DR: Classes represent concepts. And concepts are singular. Problems Naming Code Standards Solutions Rename classes to...

Code Smell 171 - Plural Classes

Code Smell 163 - Collection in Name

Sep 16, 20222 min read 179 views

Have you ever seen a CustomerCollection? · TL;DR: Don't use 'collection' in your name. It is too abstract for concrete...

Code Smell 163 - Collection in Name

CoDe SmElL 159 - mIxEd_cASe

Aug 19, 20222 min read 86 views

Serious development is done by many different people. We have to start agreeing. · TL;DR: Don't mix different case...

CoDe SmElL 159 - mIxEd_cASe

Code Smell 153 - Too Long Names

Jul 29, 20221 min read 313 views

Names should be long and descriptive. How Long? · TL;DR: Names should be long enough. No longer. Problems Readability Cognitive Load Solutions Use...

Code Smell 153 - Too Long Names