On 22/11/06, Trustin Lee <[EMAIL PROTECTED]> wrote:
On 11/22/06, Marek Majchrzak <[EMAIL PROTECTED]> wrote:
>
> Hello,
> Sorry for off topic post.
> I'm looking for information about testing approach in Your project. I
> would
> like to know whether developers use in this project TDD (test driven
> development) approach or not.
> I need this information in order to perform some metrics comparison and
> research for University purpose.
I usually write test code *after* implementing the feature. MINA is not
written only by me, so other committers might have different opinions. I
think TDD is one of the various ways to getting things done and it's
completely optional.
HTH,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41 4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4 455E 1C62 A7DC 0255 ECA6
On the Qpid project I do both. With some major new functionality I
will occasionally write a test class that test high level features
then as I go write more fine grained tests that I hopefully don't
break as I develop the rest of the feature. But as Trustin says most
of the time it is write code *then* test code.
--
Martin Ritchie