|
|
|
|
|
by delambo
4710 days ago
|
|
Here's a trivial example: I have a Modal class which depends on some utilities in a Utility class, but the Utility class depends on the Modal class because there are some utilities that show Modals. This is not a broken architecture and is handled just fine by other programming languages/dependency handlers. |
|