The Daily WTF Alexander sends us this snippet, where we change our definition of truth to something which eschews concrete definitions and
The Daily WTF When interacting with RESTful web services, there’s a depressingly common anti-pattern: always return status 200 OK, but
The Daily WTF Not to be outdone by Michael R., another prolific participant styles himself The Beast In Black. A handful of his experiences
The Daily WTF If I’m being completely honest, I’m mildly anti-ORM. I’m not about to go on a rampage and suggest they should
The Daily WTF Today’s a day for a smorgasbord. We’re going to start with a classic kind of bad code, from astephens: pbUpdates.Value
The Daily WTF David‘s application has loads of unit tests. Many of the unit tests even go so far as to exhaustively test every combination
The Daily WTF Today, I’m honestly not sure that the WTF is in the code we’re looking at. Jeff needed to support an older PHP
The Daily WTF One of our most dedicated readers, Michael R., is also one of our most dedicated contributors, sometimes sending us several
The Daily WTF Kyle sends us a puzzler of bad code today. It appears in a “JSP-like” codebase- which Kyle provides no futher details
The Daily WTF Ever since the DOS days, determining file type based on the three letter extension in its filename has been a common practice.