首页 > 其他 > 详细

TDD、BDD、DDD

时间:2018-10-08 11:03:13      阅读:188      评论:0      收藏:0      [点我收藏+]

TDD
Test-Driven Development
Test-Driven Development (TDD) is a software development technique where automated tests are written before the code.
Developers use those tests to drive the development.

 

BDD
Behaviour-Driven Development (BDD) is a set of practices that aim to reduce some common wasteful activities in software development:
Rework caused by misunderstood or vague requirements
Technical debt caused by reluctance to refactor code
Slow feedback cycles caused by silos and hand-overs
BDD aims to narrow the communication gaps between team members, foster better understanding of the customer and promote continuous communication with real world examples.

TDD、BDD、DDD

原文:https://www.cnblogs.com/qianjinyan/p/9752910.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!