Saturday Code Quote: 1
This is going to be the first in a series of funny source code comments I happen to stumble across. First up is the Apache Jakarta project…
Someone’s not flushing the office toilet – eew:
/**
* A Writer based on a wrapped Writer but ignoring requests to
* close() and flush() it. (Someone must have wrapped the
* toilet in my office similarly...)
*/
From the source of Apache Jakarta Project.
Related posts:
