One of the “fun” things about programming is working out (and around) other people's bugs and quirks. It really blows me away how often sample code that ships with various tools has bugs (generally just typos) in it. Does this stuff not even get tested? And what kind of a madman globally declares and then uses non-standard values for constants like TRUE, FALSE, NULL, and so on? And what kind of lunatic uses functions with identical names to standard Windows API calls, meaning that if you want to make calls to both, you have to write a custom include file?
PS. I really wish I was at Scar Wars right now!
Post a Comment