Help with function decomposition?

Mar 7, 2013 at 7:21am
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 Mar 7, 2013 at 7:35am
Mar 7, 2013 at 7:26am
- 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?)
Mar 7, 2013 at 7:36am
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.
Mar 8, 2013 at 7:20am
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.