Tuesday, May 16, 2006

packages and layers

Should high level packages represent layers of a system? The import list of a class belonging to a layer can be used to sanity check the class' calls to other layers. Obviously the only point to remember while designing or programming multi-layered system is to restrict calls amongst layers.

No comments: