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
WHY
Today, the application tends to be huge (23 readers, each one having its own dependencies). It is very heavy to deploy, while in practice, we only use a few features from it.
HOW
Make the application more modular (core repository with main features + satellite repositories with optional services).
The text was updated successfully, but these errors were encountered:
WHY
Today, the application tends to be huge (23 readers, each one having its own dependencies). It is very heavy to deploy, while in practice, we only use a few features from it.
HOW
Make the application more modular (core repository with main features + satellite repositories with optional services).
The text was updated successfully, but these errors were encountered: