daveboster / daveboster.github.io

The MVP of personal websites for a developer enthusiast 🙂
1 stars 0 forks source link

Software Development PoC Process #19

Open daveboster opened 1 year ago

daveboster commented 1 year ago

Create a new repository for the Proof of Concept.

Basic process

  1. Using Test-Driven Development (TDD), complete first Red-Green-Refactor; push to changes.
  2. Create initial pipeline to build project; push changes;
  3. Require successful build for Pull Requests into Main branch.
  4. Add unit test results to pipeline.
  5. Add test coverage to pipeline.
  6. Continue TDD.

Add Presentation Layer

  1. Start with the basic process
  2. Add continuous deployment to pipeline.
  3. Continue TDD

Add Persistent Storage

  1. Start with the basic process
  2. Add continuous deployment to pipeline.
  3. Continue TDD
daveboster commented 1 year ago

Added to thoughts collection: Extreme Programming Projects