The Daily WTF Marcus‘s team was restructuring the API, and the architect thus wanted a number of methods marked obsolete, to encourage
The Daily WTF As oft discussed, null-terminated C-style strings are an endless source of problems. But there’s no problem so bad that it
The Daily WTF This week we have a special visit from a mythical beast: the snarklemma. But first, a non-error Error’d. Obsessive Optimizer
The Daily WTF Yesterday we talked about bad CSS. Today, we’re going to talk about bad HTML. Corey inherited a web page that, among other
The Daily WTF There is a surprising amount of debate about how to use CSS classes. The correct side of this debate argues that we should use
The Daily WTF Once upon a time, I was tuning a database performance issue. The backing database was an Oracle database, and the key problem was
The Daily WTF As oft stated, the specification governing email addresses is complicated, and isn’t really well suited for regular
The Daily WTF There are an infinite variety of ways to be wrong, but only very small number of ways to be right. Patient Peter W. discovers that
The Daily WTF So many languages eschew “truth” for “truthiness”. Today, we’re looking at PHP’s approach. PHP
The Daily WTF Strings in C are a unique collection of mistakes. The biggest one is the idea of null termination. Null termination is not without