Not using ternary operators - Kosudo/nextSIS GitHub Wiki

The project should not use ternary operators - yes, they save space, but this comes at the expense of readability... and I think if we're honest it doesn't make the code more readable even if you have lots of experience in using this shorthand, so I'm going to say let's not use them for the sake of people new to the project.