How to Design Programs
A good program comes with a short write-up that explains (4 things):
A short write-up that explains:
How to Design Programs
Recipe for designing a function (5 steps):
In the comments:
Then:
How to Design Programs
When designing functions for a program it’s a good idea to have a wish list.
What does a wish list entry contain?
A meaningful name, a signature, and a purpose statement.
How to Design Programs
Recipe for designing a program (4 steps):
How to Design Programs
Good programmers establish ___________ for all aspects of their programs.
a single point of control