Not much feedback about the Code Complete reading, so lets move ahead reading the section on Control.
For something different I thought maybe one person could take each chapter and they would present in depth commentary and coordinate the discussion for that chapter. Let me know which chapter you want to cover. I know the chapter on GoTo's is going to go quick, so if you are interested let me know first.
Code CompleteCONTROL
13 Organizing Straight-Line Code14 Using Conditionals
- Ordering Statements that Must be in a Specific Order.
- Ordering Statements When Their Order Doesn't Matter.
- Organizing Straight-Line Code Checklist.
15 Controlling Loops
- if Statements.
- case Statements.
- Checklist for Conditionals.
16 Unusual Control Structures
- Selecting the Kind of Loop.
- Controlling the Loop.
- Creating Loops the Easy Way-From The Inside Out.
- Correspondence Between Loops and Arrays.
- Loop Checklist.
17 General Control Issues
- Using gotos.
- return.
- Recursion.
- Checklist for Unusual Control Structures.
- Boolean Expressions.
- Compound Statements (Blocks).
- Null Statements.
- Taming the Hazard of Deep Nesting.
- Tapping into the Power of Structured Programming.
- Emulating Structured Constructs with gotos.
- Control Structures and Complexity.
- Checklist of Control Structure Issues.
Happy reading, and see everyone at the meeting.
No comments:
Post a Comment