Comments are a key element of coding, and there are good comments and bad comments this article is more of a list
One important part of coding is defining functions, functions must be atomic, have just one purpose and simple to understand by other
One of the fundamentals of writing clean code is to use a proper naming when it comes to declare variables or methods.