“FIXME: Not A Good Idea To Do This!” … Hunting For Bugs in Comments
If you read some source code, and you came across comments such as this, you would probably worry that the code wasn’t that professional:
/* FIXME: setting this via a completely different prototype seems like a crap idea *//* NB: if compression is in operation the first packet
* may not be of even length so the padding bug…