From: Alexander M. <al...@gm...> - 2003-05-08 00:19:14
|
> To solve this problem i suggest that we make the lower level module methods private in that class and have accessable methods that will call the private for a given operation like a GET request > etc. This approach limits the number of possible number of dependencies between the different parts of the system which should make debugging more straight forward. > Dana. I am not quite sure what you mean with that. How should it solve the order/combination problem to have additional layers? Concerning the request types, I would assume the individual modules should decide whether to handle them but not the core. Did I miss anything? Alexander |