-
What in my process and approach to this project would I do differently next time? Place more time to do a wireframe before coding. It'll save more time in the long run.
-
What in my process and approach to this project went well that I would repeat next time? Adopting the agile design process and structuring the code architecture before coding anything. Doing up a wireframe and planning user interaction with the web app. --
-
What in my code and program design in the project would I do differently next time? Using less globals. Use more classes. Consider using objects for larger data
-
What in my code and program design in the project went well? Is there anything I would do the same next time? Separating my code into sections of different uses. Example in my code:
- State manager
- User inputs
- Data handling and manipulation
- Dom manipulation
- Intervals / Timeouts
-
What habits did I use during this unit that helped me? Modularization of my code Simplifying functions DRY
-
What habits did I have during this unit that I can improve on? Pacing myself to code regularly while having sufficient rest.
-
How is the overall level of the course during this unit? (instruction, course materials, etc.) Course material should be updated. The first could be have a faster pace. More material could have been prepared so we could code along better.
Instructor was very accommodating and went very in depth. Enjoyed the lessons.