snaekobbi / pipeline-mod-braille

ARCHIVED. Please don't make any new issues or pull requests in this repo.
0 stars 0 forks source link

Many modules doesn't mean you have a modular system #49

Open bertfrees opened 9 years ago

bertfrees commented 9 years ago

But it should! We are in the situation that we have a lot of modules (bundles) that are all coupled to each other. You don't actually have the choice to include a module or not. A further problem of having many modules is that it can become unclear what the functionality of each modules is. The fact is that often the only reason two components are in separate modules is to avoid circular dependencies (one component depends on another via a third component from another module).

Some things we can do to improve the situation:

Related issues: