Monday, July 7, 2008

Minimize Coupling, Maximize Cohesion

Understanding this maxim, also explains some of the reasoning behind N-tier architecture and object oriented development techniques.

In fact, the CSLA framework forces minimal coupling due to the ability to remotely access various layers in the application accross many servers.