The Daily WTF While poring through some VB .Net code, John noticed some odd things in their datamodel. For example, a different process would
The Daily WTF You have some text, and need to replace every sequence of spaces with a single space. E.g., My text becomes My text. Now, if
The Daily WTF An anonymous friend sent us our frist test in prod for this week. And then there will be more, and more, and more. “This came
The Daily WTF Greg‘s co-worker really wanted to make sure that a variable was correctly set to true or false. So they did this: if (isValid
The Daily WTF Meta-programming- programs which generate programs- is a delightful hobby, but usually shouldn’t be used in production code.
The Daily WTF Zeke sends us a C# snippet from an extract-transform-load process his company uses. It’s… special. private void
The Daily WTF When I first saw Nick L‘s submission, I thought to myself, “This is just decompiled code, so of course the names are
The Daily WTF Faithful Michael R. is good for a chuckle today. “I am using the free tier Infura right now but think I will go enterprisey
The Daily WTF Ulvhamne sends us some bad code that, well, I think at this point we should really coin a name for this particular anti-pattern.
The Daily WTF Bob‘s employer had a data-driven application which wasn’t performing terribly well. They had some in-house database