I have a program that does some data analysis and is a few hundred lines long.
Very early on in the program, I want to do some quality control and if there is not enou
Reverse your if-else construction:
if(n >= 500) { # do stuff } # no need for else