Skip to Content
Sign in
Code Smell

Code Smell

12 posts

Previous Posts
Code Smell | Data Clumps

Code Smell | Data Clumps

This code smell can be detected when we observe that certain groups of data are being used in different parts of our code.

Code Smell | Shotgun Surgery

Code Smell | Shotgun Surgery

This code smell can be detected if making a change have to replicate this change in different parts of our code.

Code Smell | Divergent Change

Code Smell | Divergent Change

This smell can be detected when we observe that at a specific point in our application we perform too many changes, these points can be a certain class, a .js or .ts file that exports certain functions, etc.

Code Smell | Primitive Obsession

Code Smell | Primitive Obsession

This code smell is given by the abusive use of primitive types when modeling our classes.