On 12/26/2011 3:47 AM, Jacob Carlborg wrote:
> It's like when you see code like this (Ruby):
>
> unless !foo
>
> end
>
> Double negation. Code like the snippet above can be really annoying.
In general, variables and conditions should never be labeled with negation:
     bool notFeature;