May 2009
Intermediate to advanced
1176 pages
25h 8m
English
One of the first decisions to be made when starting a new project is how to structure the application. This chapter explains the various architectures we can use, the situations where each is most applicable, and the pros and cons of each choice.
The choice of where to put the code for an Excel application is rarely straightforward. In anything but the simplest of situations there is a trade-off among numerous factors, including
Complexity—. How easy will the chosen architecture be to create?
Clarity—. How easy will it be for someone other than the author to understand the application?
Development—. How easy will it be to modify the code, particularly in a team environment?
Extensibility—. How easy is it ...
Read now
Unlock full access