Code Smell Detector

Warning: This tool detects the most likely places to hide your sanity.

Enter your code snippet below:

Code Smell 1: Magic Numbers Code Smell 2: Duplicate Code Code Smell 3: God Object

Code Smell 1: Magic Numbers

When code is harder to read because it's full of unnecessary numbers

Next Code Smell →

Code Smell 2: Duplicate Code

When the code repeats itself, but with different names

Next Code Smell →

Code Smell 3: God Object

A class that does everything and nothing at the same time

Previous Code Smell ←