mardi 26 juillet 2016

is it possible to perform test driven development without any TDD framework

I'm writing a new c# project and I can separate the logic into a class library. (might be written in C or C++)

I wonder if it counts to perform the TDD practice with a simple console application?

I thought about having a regular main function with multiple function calls in it, each of the function calls will test one specific thing and I will start with writing it and only after I see that it's failing I will write the new logic in the dll.

Aucun commentaire:

Enregistrer un commentaire