- Don’t overdo the use of !. Most negative logic can be reversed (so < becomes >=
and > becomes <=) to get rid of the not operator. - Don’t combine too many relational operators in a single expression.
romina
(Romina)
#1