Just thought of something as I was writing some conditionals…all things being equal, and assuming that there will be code in the if/else regardless of test order, if you always tend to test for the negative first ( if(whatever != some value) ) does that make you a pessimist?