|
|
|
|
|
by majikandy
2730 days ago
|
|
Are you serious? Almost every codebase that has comments has code that doesn’t exactly match the comments. Main obvious reason being that the comments aren’t executed whereas the code is. Sure meticulous attention to detail could keep the two in the sync. But you are suggesting that they have always been in sync for any code you’ve looked at? As someone who is clearly a fan of comments, are you saying you’ve never modified a comment to make it more accurate to what the code is doing? |
|