Clean code

Clean code is code that is readable, simple, consistent and easy to maintain. It follows principles such as clear names, reduced duplication of code, short functions and explicit logic. The aim is to make the software easier to understand and evolve.