|
|
|
|
|
by IshKebab
1076 days ago
|
|
No, that is stupid. People just don't want you to write comments like // Set foo to true
foo = true;
Somebody saw one too many comments like that and overreacted. As long as you a) don't write comments describing what is self evident from the code, and b) try to make the code as descriptive as possible, then it's fine. Comment away. |
|