#software-architecture
Read more stories on Hashnode
Articles with this tag
GOTO Chaos: Spaghetti Code · This article is dedicated to the late Thomas E. Kurtz, one of BASIC's creators, as it was the first programming language I...
No-Parameterized constructors are a code smell of an invalid object that will dangerously mutate. Incomplete objects cause lots of issues. TL;DR:...
Programmers use Null as different flags. It can hint an absence, an undefined value, en error etc. Multiple semantics lead to coupling and...