Clean Code
Clean code is a term that gets thrown around a lot in the software development community. The most common definition of clean code is code that is simple to read and change. The goal of Clean Code is to make the act of maintenance transparent, so that programmers can focus on building new features rather than spending time debugging old ones.