Timeline for Reducing dependency cycles and reducing coupling
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 4, 2014 at 18:29 | comment | added | John Fisher | Without fully understanding your structure, it's difficult to answer how the classes should relate. However, it sounds like you've got a circular reference/dependency arrangement. You definitely want to break that somehow. | |
| Sep 4, 2014 at 7:16 | comment | added | Shane | I didn't explicitly mention interfaces but I am using them to that end. I'm curious how I would go about actually feeding these implementations down to a process. Should screen have a reference to its containing stack to give to new processes even though the screen never actually does anything with it besides feeding it down to processes? | |
| Sep 4, 2014 at 3:33 | history | answered | John Fisher | CC BY-SA 3.0 |