|
|
|
|
|
by pdpi
3777 days ago
|
|
If you're trying to achieve proper encapsulation, you just have a module that implements some sort of functionality, and shouldn't need to borrow anything from it. The real question is why you're pulling data instead of pushing messages. |
|