Code smell
De Nosolosoftwarewiki
A CodeSmell is a hint that something might be wrong, not a certainty.
List of most common codesmells I find
This is by no means a comprehensive list of existents codesmells, but just a list of codesmells I find in a routine basis. It could be my biases or the legacy code I work with, don't know. Listed them here as a way to learn, realize when I see them and improve.
- Feature Envy.
- Code should grow by addition, rather than mutation.
- Shotgun surgery.
Resources:

