Maximiliano Contieri - Software Design

Maximiliano Contieri - Software Design

Follow
homeDesignCode SmellsBloggingProductivityAboutSupport Me
Tag

Databases

#databases

More content

Read more stories on Hashnode


Articles with this tag

Code Smell 142 - Queries in Constructors

Jun 20, 20222 min read 156 views

Accessing a database in domain objects is a code smell. Doing it in a constructor is a double smell · TL;DR: Constructors should construct (and probably...

Code Smell 142 - Queries in Constructors

Code Smell 50 - Object Keys

Dec 12, 20201 min read 502 views

Primary keys, IDs, references. The first attribute we add to our objects. They don't exist in the real world. TL;DR: Reference objects with objects,...

Code Smell 50 - Object Keys