View Single Post
Old May 5th, 2006, 7:59 PM   #3
chepfaust
Programmer
 
chepfaust's Avatar
 
Join Date: Feb 2005
Posts: 62
Rep Power: 4 chepfaust is on a distinguished road
Quote:
Originally Posted by niteice
Try to isolate it as much as possible. You don't need a new module for each function, rather, I'd recommend grouping all related functions in one module. So, in other words, put everything you're doing here in one module, and it can be called from anywhere else in the project.
ok, thanks for the advice.

are there any drawbacks in actually going and making individual modules for every function i wish to possibly use elsewhere?
chepfaust is offline   Reply With Quote