Don't touch that

Don’t touch that Have you ever been told “don’t touch that, if you modify that piece of code you are going to break anything”? How did you react to this comment? Did you feel “attacked” or simply ignored that piece of advice? Code jungle Starting a working on a project that has some dark corners is a daunting task but following some guidelines can be useful. Scary code There is always some scary code, I do not mean code that is difficult to understand, but code that has unintended consequences if modified. [Read More]

Misconceptions about code comments

Misconceptions about code comments I have been working in this industry since 2008, and it seems an idea is spreading through software companies: code comments are considered harmful. Is that true? Where did all start? I think that this idea started with the Clean Code book and the subsequent talks by Robert C. Martin. Uncle Bob (as people use to call him), has the idea that code should be self-explanatory, and if there is a comment, it is because code is not well structured. [Read More]