Help with function decomposition?

closed account (EApGNwbp)
I have to write a five paragraph essay, explaining how I broke my program down, what would be good ideas to list in my essay??
Last edited on
- Initial requirements
- Conceptual design
- Which classes you created first (high or low level)
- Any issues you encountered (getting data from one place to another)
- How you debugged the program
- The end result (did it work in the end?)
closed account (EApGNwbp)
@Stewbond what exactly is conceptual design? I am a beginner and this is the first time I wrote a program with functions.
In that case:
- initial requirements
- determining which functions to create
- difficulties in implementing the functions
- difficulties in integrating the entire program
- did it work?
Topic archived. No new replies allowed.