Boolean comparisons

Ever wondered why people code boolean checks in if statements differently? Example 1 This is the kind of code that fails silently because true will always »