Skip to main content

Chapter 12 Function Design and Program Development

We have been using and writing functions for a while. However, up until now we havenโ€™t been doing the design of those functions - we have been focusing on how to write a function that is already specified.
We will also explore making a more complex project that combines a program that we want to write with a unit test program that verifies functions used in the โ€œrealโ€ program.