|
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.
|