Is it possible to use DDD and BDD together?

后端 未结 5 1172
时光说笑
时光说笑 2021-02-01 21:22

I like the middle-out development that is achieved with DDD. Development is driven by domain, the most solid part of application. We don\'t depend on infrastructure, persistence

5条回答
  •  遥遥无期
    2021-02-01 22:05

    Yes, I believe BDD and DDD can be used togethor. Here is a C# test framework that may help towards this

    http://kernowcode.github.io/UBADDAS/

提交回复
热议问题