I find it a bit confusing like in `if (! something...
# kobalt
e
I find it a bit confusing like in
if (! something && whatever)
almost feels like the whole statement is negated, not just
something
.