Posts under “programming” tag

Multi-line if statements

Sometimes, the checks in code are so complex, that we have to write very sophisticated conditionals that have lots of conditional expressions. One might say that this is a bad practice. Maybe - but in some cases this is an inevitable evil. The main question is to format it.
to multi-line if statements style »
1 2 »