1
vote
Should I use `!IsGood` or `IsGood == false`?
As long as we have either if(isGood) or if(!isGood) it is fine.
Sometimes I come across code like this ...
if(!getGreatGrandFateher.getGrandFather().getFather().getFirstCh …
