Maximiliano Contieri - Software Design

Maximiliano Contieri - Software Design

Follow
homeDesignCode SmellsBloggingProductivityAboutSupport Me
Tag

software architecture

#software-architecture

More content

Read more stories on Hashnode


Articles with this tag

Code Smell 13 - Empty Constructors

Nov 1, 20202 min read 737 views

No-Parameterized constructors are a code smell of an invalid object that will dangerously mutate. Incomplete objects cause lots of issues. TL;DR:...

Code Smell 13 - Empty Constructors

Code Smell 12 - Null

Oct 31, 20202 min read 1.3K views

Programmers use Null as different flags. It can hint an absence, an undefined value, en error etc. Multiple semantics lead to coupling and...

Code Smell 12 - Null