How to Find the Stinky Parts of Your Code

How to Find the Stinky Parts of Your Code

Featured on Hashnode

TL;DR: A Compilation of bad smells in code.

The code smells badly.

Let's see how to change the aromas.

In this series, we will see several symptoms and situations that make us doubt the quality of our development. We will present possible solutions.

Most of these smells are just hints of something that might be wrong. They are not rigid rules.

Code Smells

... and many more to come.


richard-ecsedi-Wv9Bn8te3as-unsplash.jpg

Photo by Richárd Ecsedi on Unsplash


Smells are certain structures in the code that suggest (sometimes they scream for) the possibility of refactoring

Martin Fowler


Part of the objective of this series of articles is to generate spaces for debate and discussion on software design.

We look forward to your comments and suggestions on this article.

Original Thread on Twitter