Comment by teo_zero
13 hours ago
Nitpicking the C variant:
> #define BLQS_CMP(a, b) ((a) < (b))
A function that returns true when one operand is Less Than the other, should be called BLQS_LT. The CMP abbreviation is idiomatic for a function that returns -1,0, or 1.
No comments yet
Contribute on Hacker News ↗