Find and share cheat sheets and programming resources

separator line

Clean Code Cheat Sheet

Clean Code Cheat Sheet

More info

Posted: July 20, 2010

Author: bbv

Website: http://www.bbv.ch

  

Clean Code: code that is easy readable and keeps changeable.

Click to download Clean Code Cheat Sheet
Suggested reading

3 comments

  1. Jul 22, 2010 - 19:57

    In Open Closed Principle (OCP):

    “You should be able to extend a classes behavior, without modifying it.”

    should be

    “You should be able to extend a class’s behavior without modifying it.”

    I Inserted an apostrophe and removed a comma.

  2. Arpit
    Sep 9, 2011 - 07:24

    Showing error page on downloading page…

  3. Sep 9, 2011 - 09:23

    Download url fixed.
    Thanks Arpit ;)

Leave a Comment

Name

E-mail

Website