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
cdf40f12-a469-47b6-9edb-afd6069a09f4