I used to think that good code involved adding a lot of detailed comments. After reading Robert C. Martin's book titled Clean Code, I realised I was using comments in the wrong way. Here are the reasons why: Limit your use of comments, explain yourself in code instead Comments tell lies, code does not. Comments are used to explain what…