Code is a set of instructions a computer can understand. But a programmer's goal should be writing some piece of code not only a computer can understand but also a human. Clean code is more readable, understandable, and maintainable by future programmers. How do we write clean code?