Download presentation
Presentation is loading. Please wait.
Published byLee Clark Modified over 9 years ago
1
Unusual Control Structures and General Control Issues A Presentation by CJ Castellani as told in an American accent
2
Returns Multiple returns can enhance a routine’s readability and maintainability, and they help prevent deeply nested logic. They should still be used carefully
3
Recursion Recursion provides elegant solutions to a small set of problems Also use carefully
4
GOTOs In a few cases gotos are the best way to write code that is understandable and maintainable But that is rare They should be used as a last resort
5
Boolean Expressions Simple and readable boolean expressions Improves quality of code
6
Nesting Deep nesting can make things overly complicated It is easily avoidable
7
Structure Simplifying your programming is still relevant Any program can be built with a combination of good structured sequences and iterations
8
Complexity Minimize it to write high quality code
9
More Humor
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.