Post

@CodeWisdom No. Code and natural language are different. Quit telling people to use the wrong tool for the job.
English

@CodeWisdom @mjpt777 A comment describe why you did it in that way, the code describe how did it. So please think before to write code and comment.
English

@CodeWisdom But then comes that section, where you must manipulate the array. It's just 3 simple lines, but the comment /*Remove duplicate, and resize array*/ is what makes me say "oh, yeah - now I see".
Not all code lines makes sense when you are searching for something, but comments do.
English

@CodeWisdom Says the guy who worked on 10 different software development projects in 10 years and never had to support the code he wrote.
English

@CodeWisdom @NickHodges I sometimes get scared when I see a large chunk of comments in my code, was probably a sign of doing something I didn't understand :)
English

@CodeWisdom @barryosull perfect response to your image post
Waterford, Ireland 🇮🇪 English

@CodeWisdom Disagree. Main purpose of good doc is to find the section of code you're interested in. Micro-doc is indeed - or should be - spurious.
English

@CodeWisdom The problem with this statement is that to most people good code is code written in their favourite programming language.
English

@CodeWisdom You may write the best code. But proper comments explaining the code might prevent some idiot from modifying the code in an unexpected manner
English


