Presentation is loading. Please wait.

Presentation is loading. Please wait.

Unusual Control Structures and General Control Issues A Presentation by CJ Castellani as told in an American accent.

Similar presentations


Presentation on theme: "Unusual Control Structures and General Control Issues A Presentation by CJ Castellani as told in an American accent."— Presentation transcript:

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


Download ppt "Unusual Control Structures and General Control Issues A Presentation by CJ Castellani as told in an American accent."

Similar presentations


Ads by Google