If I have an if statement, like so, that is fully fuctional;
if (condition1 == 1 || condition2 == 2)
Why do so many people do it like this? Is the