Design Recipes
Basic design recipe for Scheme functions
(or functions in most other languages, for that matter!)
- (1) Analyze the problem
- (2) Write the function definition
- (3) Check your work
- (3a) To be filled in later
- (3b) To be filled in later
- (3c) Testing
Last modified:
Thu Jun 1 14:24:04 EDT 2000
Stephen Bloch / sbloch@adelphi.edu