Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.5 KB

File metadata and controls

42 lines (32 loc) · 1.5 KB

Approach and Process

  1. 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.

  2. 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. --

Code and Code Design

  1. 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

  2. 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

WDI Unit 1 Post Mortem

  1. What habits did I use during this unit that helped me? Modularization of my code Simplifying functions DRY

  2. What habits did I have during this unit that I can improve on? Pacing myself to code regularly while having sufficient rest.

  3. 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.