Since the Model is the ultimate commander of the View , and since the Controller is the messenger servant of the Model , it seems appropriate in the TDD paradigm that one should begin by writing her/his first failing code for the Model . example: something like public sometype wellnamedmethod () { throw...
Posted to
ASP.NET MVC
(Forum)
by
gerrylowry
on
03-10-2009, 12:00 AM
Filed under: models, TDD, "agile programming", "eXtreme Programming", examples, samples