Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

CleanCodeCheatSheetJson

Easily parsable clean code cheat sheet V 2.4. Based on the work of Urs Enzler.

The original data can be downloaded here:

https://www.planetgeek.ch/wp-content/uploads/2014/11/Clean-Code-V2.4.pdf

The data is licensed under: https://creativecommons.org/licenses/by/4.0/

Format of data:

 { pagenumber : {headers : 
                    {subheaders : 
                         {text : "the actual text of a cheat",
                          type : "+ for postive (you should do this), - for negative (you should avoid this)"
                          }
                     }
                 },
   "license" : {containg license information}
 }
You can’t perform that action at this time.