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?