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. ..
Inheritance is one of those object-oriented concepts that creates a lot of conflicts. You'll hear people ..
As we saw yesterday, padding can be hard. Jasmine received a set of tickets all complaining that the file ..