YARI2 (Yet another refactoring iteration) (Final) 25 July 2008
Posted by Baz in technical.Tags: do-it, gui, ncover, Presentation Model, refactoring, v-base, wpf, youthnet
trackback
For the past few weeks we have been working on converting the remaining main section (organisation + opportunities) to Presentation Model. If you are not familiar with Presentation Model read Martin’s blog post on 4th June 2008 (below) which gives a brief summary of the pattern.
By moving to the Presentation Model we have been able to increase our Test coverage significantly resulting a greater chance of detecting any bugs which could be introduced as we add more functionality.We use NCover to generate code coverage reports which indicates the percentage of the test as well as highlighting line of codes which are not covered with the test we have.
We mainly focus our tests on the Controller of a user control as that is where all the important stuff happens.
From Tuesday, It will be all about adding more and more new functionality iteration after iteration.
Until next time, its goodbye, ciao, adios
Comments»
No comments yet — be the first.