"I inherited a system that that has it's own special ways of doing things," writes Brenden Sharp. "There are lots of things in there warrant facepalms, but few things are at the level of The Daily WTF submissions. Well that, and I've just gotten so used to it that it doesn't faze me anymore."

"But recently, when I was tracking down a bug, found this very special code."

Public Function EmailList() As Boolean
    Try
        Return True
    Catch ex As Exception
        Return False
    End Try
End Function

Brenden added, "I'm still trying to figure out how truth can fail."

[Advertisement] BuildMaster allows you to create a self-service release management platform that allows different teams to manage their applications. Explore how!