You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using Madge for checking circular dependencies and that is working well! Lately we discovered that we are going to split our code base based on different platforms and I was thinking would it be possible to disallow dependencies based on folder structure?
For example having following main folders all code written in Javascript I would like to make sure there are no dependencies going from iOS to other platform specific folders, but all of them can depend on shared. And shared cannot depend on any of the platforms.
iOs
LG
Android
Web
Shared
What do you think is this something madge could do?
The text was updated successfully, but these errors were encountered:
Hey,
We have been using Madge for checking circular dependencies and that is working well! Lately we discovered that we are going to split our code base based on different platforms and I was thinking would it be possible to disallow dependencies based on folder structure?
For example having following main folders all code written in Javascript I would like to make sure there are no dependencies going from iOS to other platform specific folders, but all of them can depend on shared. And shared cannot depend on any of the platforms.
iOs
LG
Android
Web
Shared
What do you think is this something madge could do?
The text was updated successfully, but these errors were encountered: