Code Smells
Bad Smells in Code
- Mysterious Name
- Functions, modules, variables or classes that are named in a way that does not communicate what they do or how to use them
- Duplicated Code
- Long Function
- Primitive Obsession
- Repeated Switches
- Comments