Clean code – 2 minute cheat sheet

All a software developer needs to know about how to write Clean Code. In a nutshell. The minute you finish coding for the day, use this video as a checklist / cheat sheet. See if you’ve managed to keep it clean!
 

 

Why clean code?

Quick code is often dirty. In the beginning of a software project, management is happy with the speed in which features are delivered. Sooner or later however, the output slows down as the dirty code is hard to change and maintain. In order to keep up maintainability and productivity, it is key to write clean code, right from the start.

There are many good books about clean code. If you are new to coding please read software craftsmen R.C. Martin (uncle Bob / @unclebobmartin)‘s Clean Coder first. In the meantime enjoy the two minute summary.

Leave a Reply

Your email address will not be published. Required fields are marked *