|
|
|
|
|
by dkarapetyan
4203 days ago
|
|
Hold on. I have an interface file "interface.d.ts" and a whole bunch of other files reference it. Whenever I make changes to any files that depend-on/reference that file I of course also make changes to that file. This means that every file in my project is coupled to that file. How is that indicative of good or bad design? |
|
Generally if you have to change a whole bunch of related files when you change one, it's an issue with the design.