Skip to content

Instantly share code, notes, and snippets.

@jdiejim
Created June 5, 2017 06:44
Show Gist options
  • Save jdiejim/f09d345a0580781b50b7dccbd31c12b0 to your computer and use it in GitHub Desktop.
Save jdiejim/f09d345a0580781b50b7dccbd31c12b0 to your computer and use it in GitHub Desktop.
reflection on agile practices/project management

Reflection on agile practices/project management

  • What project management strategies did you use in your projects this module?

    • I started using waffle and trello for project management tools and strategies.
    • I used TDD to test my algorithms and have an outline for my project.
    • We built an MVP and then kept adding small features.
    • We used atomic branches to add small features.
  • What went well?

    • Trello and waffle are great ways of organizing a project.
    • The way we built our apps made them easy to update and change.
  • What would you do differently next time?

    • Keep working on Trello or Waffle.
    • Discuss git workflow with my partners before starting our project.
    • Keep working with atomic branches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment