Can the logical tests on platform be next to each other?
It was already there but why test if match & othertests before setting match to false? Match is only ever set as a bool, if match is already false it doesn't matter if it enters this condition.
Can the logical tests on
platform
be next to each other?It was already there but why test
if match & othertests
before setting match to false? Match is only ever set as a bool, if match is already false it doesn't matter if it enters this condition.