as a general rule of thumb, if you’re returning `t...
# codereview
s
as a general rule of thumb, if you’re returning
true
or
false
from an if statement (which is literally a control structure designed around something being true or false), you’re probably doing it wrong.