#logic
Read more stories on Hashnode
Articles with this tag
We learn short circuits in our first programming courses. We need to remember why. · TL;DR: Be lazy when evaluating boolean conditions Problems Side...
Not operator is our friend. Not not operator is not our friend. TL;DR: Avoid double negatives in boolean...