Should I use `!IsGood` or `IsGood == false`?

I follow the same syntax as you, it’s less verbose.

People (more beginner) prefer to use == true just to be sure that it’s what they want. They are used to use operator in their conditional… they found it more readable. But once you got more advanced, you found it irritating because it’s too verbose.

Leave a Comment