Realised this week that because assignments and projects are:
- getting larger in scope
- not limited to one source file
- implement multiple unfamiliar functions
creating programs approach needs more structure
Systems Analysis and Design and lower level programming work has covered this
the following techniques will be implemented:
//Technique One
only focus on implementing one function at a time
//Technique Two
when it seems the program runs after implementing the new function, save that version of the program and begin implementing the next function in a separate version
//Technique Three
begin a project by working on the function that can be tested most easily
No comments:
Post a Comment