LT> Btw, that "1 < argc" order is very unintuitive to most humans.
Yeah? Not to people around where I come from, I do not know
why. It is not done for the assignment confusion avoidance
"1==a".
In a comparison, it's common to mention the most-varying part first.
If you do this consistently, it increases readability.