Skip to content

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

License

Notifications You must be signed in to change notification settings

fritzmark/CleanCodeCheatSheetJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
 }