It is not enough for code to simply work. Good code is meant to be easy to understand, and it is much easier to understand code that is readable. Comments Considered Harmful Traditionally, algorithms have often been explained in large comment blocks. The notion that writing many comments makes code easier to understand is still quite prevalent in the industry. Yet when it comes to code, less is ve