|
|
|
|
|
by errcorrectcode
1596 days ago
|
|
Not all code can be self-documenting, especially optimized algorithms and complex operations. Comments serve to add requisite context and clarification that code alone cannot provide. Simply regurgitating the obvious in comments is a waste. |
|