Module system topic
Moderator: General Moderators
Module system topic
I am looking at ways to write my own module system ... any one know some good ways , please do post
-
kettle_drum
- DevNet Resident
- Posts: 1150
- Joined: Sun Jul 20, 2003 9:25 pm
- Location: West Yorkshire, England
Take a look at how some things do it at the moment, and then copy all the good bits and change some things to be how you think they work best.
Then write the first module, and then encase it with the code to call the modules. This way you will define your module style and make designing new modules for the system easier as they all follow the same template.
Then write the first module, and then encase it with the code to call the modules. This way you will define your module style and make designing new modules for the system easier as they all follow the same template.
Maybe you find some answers and resources at http://www.devnetwork.net/forums/viewtopic.php?t=8526