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
The Daily WTF Structured exception handling is a powerful way to describe how your program reacts to error conditions. But it’s not
The Daily WTF Nick L supports a hardware system that should autodetect a USB drive when inserted, and then load a config file off of it. This