The Daily WTF Comments are an important part of making code comprehensible to other people, especially when they explain the why– linking
The Daily WTF Justin‘s co-worker needed to validate a UUID/GUID in C#. So they wrote this: if (objectId == null || objectId.ToString() ==
The Daily WTF Ronald writes: I’ve been asked to take over a website. The first thing I found was this little gem. I’m afraid to go
The Daily WTF Mike sends us some VB.Net code today. For fileDataCount = 0 To 4 Step 1 Try Dim dataValidate As String =
The Daily WTF Today JP wrote in to proudly unsmirch the Finnish reputation. “Some time ago, you blamed the Finns for strange patterns on
The Daily WTF Functional programming is fine. It’s a different way of thinking about programs, but it makes some problems very easy to
The Daily WTF Mattijs‘s co-worker was responsible for an HTML-to-PDF converter that was used internally. While TRWTF is always going to be
The Daily WTF A common pattern is “global error handlers”- functions you call in your catch block that do some task, usually logging,
The Daily WTF It’s not uncommon for web applications to fetch key dependencies from remote, public CDNs. Why host Angular or jQuery
The Daily WTF Sharp-eyed Jeremy P. goes a little meta, and we like little em meta. “Seen on a well known web site that publishes technology