Write code that is concise, expressive, and adheres to a single responsibility at a time

Keywords: cleancode, coding

Writing clean code is having empathy for your future self and others as it ultimately makes it easier and quicker for anyone looking at your code to understand and work with it. We spend far more time reading code than I do writing it, so why not make reading code a better experience?

https://justinhhorner.com/2020/05/30/what-is-clean-code-naming

Leave a comment