On Wed 02 Jul 2014 at 04:49:23 PDT FRIGN wrote:
Yes, highlighting comments makes sense, as even the article suggests, but this is not a central issue if you know how to encapsulate your comments: /* (...) (...) (...) */ is more error-prone and hard to read than /* * (...) * (...) * (...) */ once the comments get longer.
Agreed. But I'm often reading someone else's code and they're not always so considerate.
