8 ms·
Rather than an exception, I think this is an example of the precise scenario in which it's most inappropriate to use comments. > visually represent logical
by h2s 13y ago
Rather than an exception, I think this is an example of the precise scenario in which it's most inappropriate to use comments.
> visually represent logical segments of the code
This is exactly the use case in which function definitions excel. Use functions for this, not comments.