You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

508 B

Code Smell Patterns

Code Smells are often signs that refactoring could be needed. That is not always the case, but these "smells" should be looked at further to determine if there is a need for refactoring.

Duplicated Code

Excessive Conditionals

Reocurring Parameter lists

Big Objects

Big Methods

Magic Numbers

Feature Envy