July 07, 2000 Every once in a while, when I get a chance to go back and re-write some code, I stumble across comments -- eye-popping, rage-filled comments -- that are sprinkled like bread crumbs between #ifdef (WIN32)s. /* NOTE: Wow, do I hate Microsoft. Guess how long it took me to find the documentation for _this_? Ha! Trick question! There is none! */ /* NOTE: HATE, HATE, HATE! Is the handle overlapped? Isn't it? The documentation says it's supposed to be, but that's not the case _most_ of the time. Jesus, is this any way to run an operating system? */ /* NOTE: This is needed because Microsoft doesn't follow their own goddamned rules about shell command parameter replacement. Aaagh! AAAAGH! */ ★