While Java didn't invent putting a toString method in the base class of every object, it certainly ..
While poring through some VB .Net code, John noticed some odd things in their datamodel. For example, ..
You have some text, and need to replace every sequence of spaces with a single space. E.g., My text ..
Greg's co-worker really wanted to make sure that a variable was correctly set to true or false. ..
Meta-programming- programs which generate programs- is a delightful hobby, but usually shouldn't ..
Zeke sends us a C# snippet from an extract-transform-load process his company uses. It's… special. private ..
When I first saw Nick L's submission, I thought to myself, "This is just decompiled code, so of course ..
Ulvhamne sends us some bad code that, well, I think at this point we should really coin a name for this ..
Bob's employer had a data-driven application which wasn't performing terribly well. They had some ..
Marcus's team was restructuring the API, and the architect thus wanted a number of methods marked ..