Process of Development

#software-development

Planning

  • Have a high level plan

Implementation

Preparing

  • See if you can easily test something
  • See if you can easily debug something
  • Plan work you want to achieve today

doing

  • detect low performance frustration moments
    • take break then and reevaluate implementation.preparing
  • Debugging
  • Panicking
    • Stop and think what we know

Review

  • Don't start new things before tests pass
  • Always try out the solution from PR
ae1e4512-802f-4124-9504-854aea6d3d33