Development Flows by Patrik

Development Flows

Three types of development flows:

  • “Classic” development flow,
  • Test-driven development flow,
  • Behavior-driven development flow.

Test-driven development flow (TDD) and behavior-driven development flow (BDD) are more suitable for a DevOps environment than classic development flow because they both move focus on testing to earlier stages of development.

Comments