Solution Brief

What is Clean Code?

Clean Code is code that is consistent, intentional, adaptable, and responsible; which means code that is easy to understand and change, operates smoothly at runtime, and contains no technical debt – therefore making it fit for purpose.

Download Now

Overview

This piece breaks down the key attributes that code should exhibit to be categorized as "clean". The attributes are essential to writing Clean Code that drives desirable software outcomes.