Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > condition > complex condition > complex Java condition
Upcomplex condition, Java condition

complex Java condition
subjectfact 
complex Java conditionhas example
 if(a==5 &&(b>40 \ c) && (d > a+2 \ e==5)) ...
2001-08-30 14:54:59.0
is a subtopic of Programming Style Guidelines2001-08-30 14:54:59.0
is a kind of complex condition2001-08-30 14:54:59.0
is a kind of Java condition2001-08-30 14:54:59.0
complex conditionshould be avoided because it is difficult to read2001-08-30 14:54:59.0
should be divided into several separate conditions on separate lines2001-08-30 14:54:59.0