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
There are many places in the code where we either manually create objects or use utility classes. It would be good to refactor those to singletons and use a dependency injection framework for easier code maintainability.
We should first research NetBeans Framework DI capabilities. If they are not satisfying, we may look into Google Guice.
The text was updated successfully, but these errors were encountered:
There are many places in the code where we either manually create objects or use utility classes. It would be good to refactor those to singletons and use a dependency injection framework for easier code maintainability.
We should first research NetBeans Framework DI capabilities. If they are not satisfying, we may look into Google Guice.
The text was updated successfully, but these errors were encountered: