Skip to content

Instantly share code, notes, and snippets.

@karol-lotkowski
Created October 18, 2015 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karol-lotkowski/bf22fad3d032630e5c86 to your computer and use it in GitHub Desktop.
Save karol-lotkowski/bf22fad3d032630e5c86 to your computer and use it in GitHub Desktop.
Clean code rules (example)
[
{
"title": "Multiple programming languages",
"description": "Try to keep only one programming language syntax in the source files. Do not mix multiple languages in one file, e.g. Java + HTML."
},
{
"title": "Dead code",
"description": "Do not keep unused or commented code. At any time you can back to this code in repository."
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment