TDD的主要目的是设计而不是White Box Test

前端之家收集整理的这篇文章主要介绍了TDD的主要目的是设计而不是White Box Test前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
As Kevin Taylorwrites:

....Its primary purpose is code design. ....

How does it lead to better code design? Test first development works like this.
.....

Developer is designing the application's API and internal implementation by discovering how client code actually must use the application instead of by guessing at how a client might use the application. This shift in perspective leads to extremely concise and efficient designs. It also helps focus the developer on the exact task at hand,making it less likely the developer will stray into writing nice-to-have's or overly-engineered,future-proof code that may never be needed.


原文在http://java.about.com/b/a/117719.htm

原文链接:https://www.f2er.com/javaschema/288421.html

猜你在找的设计模式相关文章