- the user's choice of test affects the user interface as well as the object representing the test data
- the user's choice of test parameters affects the user interface as well as the object representing the test data
- accordingly, the construction of the user interface depends on a number of conditions
- similarly, the construction of the object representing the test data depends on a number of conditions
- this raises the consequent question of how the MVC architecture can be satisfactorily implemented
Encapsulate what varies: the choice of test, the choice of test parameters, the user interface, the object representing the test data.
No comments:
Post a Comment