> For the complete documentation index, see [llms.txt](https://luis-souza-1.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luis-souza-1.gitbook.io/wiki/software-engineer/code-smell.md).

# Code Smells

* <https://refactoring.guru/pt-br/smells>
* [Divergent Change](https://refactoring.guru/pt-br/smells/divergent-change)
* [God Class](https://wiki.c2.com/?GodClass)
* [Primitive Obsession](https://refactoring.guru/pt-br/smells/primitive-obsession)
* [Shotgun Surgery](https://refactoring.guru/pt-br/smells/shotgun-surgery)
* [Speculative Generality](https://refactoring.guru/pt-br/smells/speculative-generality)
