Use IF-THEN-ELSE {conditional statement, software}, rather than multiple IFs. Use compound IFs, rather than nested IFs. Use braces for nested IF blocks. Always use ELSE after ELSE IF. Enter NULL statement ";" in IF block with no action. Use Switch statements, rather than IF-THEN-ELSE, if possible. Use default Switch at end, containing at least break statement.
Mathematical Sciences>Computer Science>Software>Programming>Techniques
3-Computer Science-Software-Programming-Techniques
Outline of Knowledge Database Home Page
Description of Outline of Knowledge Database
Date Modified: 2022.0224