Hacker News new | ask | show | jobs
by ebeip90 2377 days ago
1100+ lines and barely a comment after the initial block.

It also defines some buffer size names that are likely also declared in other libraries, like `BUF_SIZE`, and will need to be `#undef`ed.

2 comments

To be fair, most of the actual code doesn't warrant comments, and there's no point of writing comments for the sake of writing comments or repeating what the code is already telling you explicitly what it does.
Echoing the reply saying comments aren't always warranted but making more verbose yet safer macro names might be a good recommendation.