Your Code Needs To Be Easy To Change

TopicSource
๐Ÿงน Clean CodeThe Pragmatic Programmer

There is one single core principle to Clean Code: It needs to be easy to change. No matter which other principle or pattern you come across, it generally aims to make your code easy to change. This is why the Single Responsibility Pattern is good, why encapsulation is great, and so on. . This is the most important thing when coding.


  1. SOLID Clean code in React
  2. Don't repeat yourself - keep your code DRY
  3. Keep Your Application Orthogonal