Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Easier to understand what is contained for a feature
  • Service layer allows to resuse code and makes it easier to add new ways to work with the feature
  • Allow to create highly fine-grained features

Cons

  • Creates a lot of modules. Perhaps we could merge some modules (like core/command/management)

...