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 ..
When discussing ternaries, we also have to discuss readability. While short and concise, they're ..
There's nothing inherently wrong with the ternary operator. It's just the kind of thing that ..
Today's submitter identifies themselves as pleaseKillMe, which hey, c'mon buddy. Things aren't that bad. ..