View Single Post
Old May 5th, 2006, 6:24 PM   #2
niteice
Programmer
 
niteice's Avatar
 
Join Date: Aug 2005
Posts: 98
Rep Power: 4 niteice is on a distinguished road
Send a message via AIM to 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.
niteice is offline   Reply With Quote