E*******s 发帖数: 42 | 1 test driven programming, data driven programming
in english ,and professionally.
recently I found myself not be able to describe what I know in a nice
professional way.
let alone what I don't know!
I am working on that too these days. | L*******r 发帖数: 1011 | 2 1. Test Driven Programming:
One aspect of Extreme Progrgramming.(XP)
http://www-106.ibm.com/developerworks/java/library/j-xp042203/
Writing tests first
XP talks about two kinds of tests: programmer tests and customer tests.
Test-driven programming (also called test-first programming) most commonly
refers to the first variety, at least when I use the term. Test-driven
programming is letting programmer tests (or unit tests -- again, just a choice
of terms) drive the code you write. That means you
【在 E*******s 的大作中提到】 : test driven programming, data driven programming : in english ,and professionally. : recently I found myself not be able to describe what I know in a nice : professional way. : let alone what I don't know! : I am working on that too these days.
|
|