Why clean code
By Detlef Wuppermann
Anybody can write code that a computer can understand. Good programmers write code that humans can understand.
Clean code refers to code that is simple to read, understand, and maintain. This term was coined by Robert Martin, also known as Uncle Bob.
Code is read more often than written.
This is why we want to keep our code as readable as possible, especially when working in a team.