ThreeDotsLabs / wild-workouts-go-ddd-example

Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
https://threedots.tech
MIT License
5.24k stars 479 forks source link

Include BDD in Test Architecture? #38

Open davix opened 3 years ago

davix commented 3 years ago

BDD is also a good part in tests. It focuses on business logic and may need cases from different layers in test pyramid. It tries to reduce the gap between business and development which also align with DDD.

Really hope to see BDD in this go example! Thanks