Skip to content

Instantly share code, notes, and snippets.

@francylang
Created September 16, 2017 01:56
Show Gist options
  • Save francylang/f94d0264ec3a6e0674a00b24c417b958 to your computer and use it in GitHub Desktop.
Save francylang/f94d0264ec3a6e0674a00b24c417b958 to your computer and use it in GitHub Desktop.
  • What project management strategies did you use in your projects this module?

    • Referred back to the requirements consistently. Designed a thing. Tried the thing. Then built another thing and continued to cycle through testing the thing and making it work.
  • What went well?

    • Building small components and making them work was very effective for maintaing a working product.
  • What would you do differently next time?

    • I would like to get better at TDD. Building out a test reminds me of backwards planning in education which is the most effective method for reaching objectives.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment