Today's anonymous submitter asks a question: "How do you imagine the rest of the codebase to be like?" Well, ..
Today's anonymous submitter inherited an application with a huge list of bugs and feature requests ..
Mike was doing work for a mobile services provider. He found this in their code: private static YesNoType ..
Dan B is working on software which interacts with a bank. We'll get the REAL WTF out of the way right ..
When "dragoncoder047" was but a junior developer, without very much experience at all, they ..
Jaco's team had a problems with an embedded web server shutting down properly. Something about the shutdown ..
Andy has some concerns about future proofing. In this case, he sends us some C# code that's supposed ..
Jan wrote some code that set a property, and a few lines later had to write code to read that value- ..
Languages which do type-coercion are generally setting users up for failure. At some point, you'll ..
When accepting user input for things like, say, accessing the filesystem, you need to do some validation. ..