David's application has loads of unit tests. Many of the unit tests even go so far as to exhaustively ..
Today, I'm honestly not sure that the WTF is in the code we're looking at. Jeff needed to support an older ..
Kyle sends us a puzzler of bad code today. It appears in a "JSP-like" codebase- which Kyle provides no futher ..
Ever since the DOS days, determining file type based on the three letter extension in its filename has been ..
When you get into the world of proprietary filesystems, things can get real weird. There are many a filesystem ..
Many years ago, Tom supported a VB6 application. It was about 750,000 lines of code, split across far too many ..
Many a time, we've seen a program reach out into the database for date times. It's annoying ..
One of the nice things about Git is that it makes it very easy for us to learn the steps that went into ..
Chilly inherited a VB .Net application which generates an "IDoc" file which is used to share ..
Joe inherited some C code that left him scratching his head. It doesn't start too badly: typedef ..