Project Order

  1. If doing a freelance project, do fear/prevent/repair
  2. Create use case diagram
  3. Write out use cases
  4. Write out initial program description
  5. From program description, list steps
  6. If using python, create virtual environment
  7. Write first draft
  8. Add linter, check
  9. Add Dockerfile, if desired
  10. Add README file
  11. Close main branch
  12. Initial commit w/tag (0.7.0)
  13. Initial pipeline w/deployment
  14. Additional tests and features

Leave a Reply