Back to TeachScheme! workshop Back to Recipes

Design recipe for Scheme programs, version 2

(or functions in most other languages, for that matter!)

    Analysis and design

  1. Understand the assignment informally
  2. Write a function contract, specifying what kind of information goes in and what kind comes out
  3. Analyze the data types going in and out
  4. Write examples of how your function will be used, with correct answers
  5. Coding

  6. Write the function's Skeleton
  7. Choose and use an appropriate Template
  8. Fill in the Function Body
  9. Testing & Debugging

  10. Testing

Last modified: Thu Mar 13 16:16:56 EST 2003
Stephen Bloch / sbloch@adelphi.edu