|
|
|
|
|
by rasengan
2728 days ago
|
|
I comment to myself before I write code. It’s in English. Then I write code. So every line of code is commented by default. I think this provides me higher quality, less bug ridden results. So if others use comments in this style I would tend to believe it does increase code quality. If a line of code doesn’t match the comment, something is clearly wrong. ;) |
|