Were now developing using TDD!

This is one of few posts that we will make that does not aim to the players of the game but to persons that are intessted in spending there free time developing the game.
But we will explain a bit further about the process in this post as some newer programmers might not have caught up on this subject yet.
TDD is a short for (Test Driven Development) and has bin, and still is a way that many developing companys have choosen to go with when developing applications or refining there old ones.
So why have they done that you ask? Well its pretty simple if you ever played around with it your self, because it makes the development time shorter and includes both debugging and optimization of the code!
That witch makes this method of developing so good is the RED/GREEN system that is explained in many places out on the net (google it kids) and is also illustrated in the program NUnit that is a free developing tool for those how use TDD in development.
The basics of the method is that as long as you ether get a error through (JIT) for example (red X) or a red line in the NUnit program your free to change the code around as you please but just do what is necessary for it to pass that include hardcoded statements.
As long as it's red at any point you may continue altering the code, but if you get a clean debug and no red lines in NUnit you may no longer alter the code!
Unless your altering the test project of NUnit and for example starts throwing in dynamic input into a hardcoded method for example, but then again you will get a red line in NUnit. 


Regards
/WoTGM

Comments/Kommentarer

Comment here/Kommentera inlägget här:

Namn:
Kom ihåg mig?

E-postadress: (publiceras ej)

URL/Bloggadress:

Kommentar:

Trackback



RSS 2.0