Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > condition > complex condition > complex Java condition |
| complex Java condition | ||||
| subject | fact | |||
| complex Java condition | has example if(a==5 &&(b>40 \ c) && (d > a+2 \ e==5)) ... | ![]() |
| is a subtopic of Programming Style Guidelines | ![]() | |
| is a kind of complex condition | ![]() | |
| is a kind of Java condition | ![]() | |
| complex condition | should be avoided because it is difficult to read | ![]() |
| should be divided into several separate conditions on separate lines | ![]() |