Skip to content

Latest commit

 

History

96 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Smells

This document gives actual examples of code smells -- characteristics of code that are not bugs, but may indicate an underlying problem in the implementation. It is based on the code smell list compiled at Coding Horror.

Example (replace header title with the name of the code smell)

A brief summary of the code smell, described in plain language with a reason why it indicate a problem.

if( example == "good" )
{
  //do nothing
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors