As the saying goes, there are only two hard problems in computer science: naming things, cache invalidations, ..
Tim has been working on a large C++ project which has been around for many, many years. It's a tool ..
David was integrating a new extension into their ecommerce solution, and found this un-representative ..
Today's anonymous submission is a delightfully simple line of JavaScript which really is an archetype ..
Some time ago, poor Keith found himself working on an antique Classic ASP codebase. Classic ASP uses ..
This post originally appeared on The Daily WTF.
Jon recently started a new project. When setting up his dev environment, one of his peers told him, "You ..
Jason was investigating a bug in a bitmask. It should have been set to 0b11, but someone had set it to just ..
The power of structured exception handling is that it allows every layer in our stack be notified of an error ..
The addition of nullable or optional types to mainstream languages was a net good. It doesn't completely ..