in reply to Re: Data flow vs logic flow?
in thread Data flow vs logic flow?
Right. A good rule of thumb i use to keep my module interfaces clean is to make them selectively ignorant of the world around them. They can know where to send data to, but not where data is coming from.
When i say where a module sends data to, I am referring to files/databases, functions that module calls, not the return values on its own functions.
|
|---|