On Sat, Feb 16, 2002 at 09:54:40AM +0530, Kunal Jhunjhunwala wrote:
: 
: does anyone know of any good papers on modular programing? I have been able
: to make my code modular, but I am not satisfied with it. I am trying to make
: my program work the "plug in" way.. where i can just add more modules on the
: fly... any tips? :)

You're talking about a nice, OO framework.  Outside of university
computer science ivory tower environments like Smalltalk, and besides
NeXTSTEP/OPENSTEP/Cocoa of Mac OS X, your best bet is to make more OO
classes and learn to abstract consistent pieces.  Try taking a look at
"Design Patterns: Elements of Reusable Object-Oriented Software" by
Gamma, Helm, Johnson, Vlissides.

Also, from the ColdFusion world, there are framework architectures like
Fusebox whose concepts are supposed to be language-independent.


-- 
Eugene Lee
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to