/CleanCodeCheatSheetJson

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

Creative Commons Attribution 4.0 InternationalCC-BY-4.0

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