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
Currently the lack of a IoC being used in the project prevents us from favoring composition over inheritance, to change this and at the same time favor the payment of the technical debt accumulated in terms of missing tests it would be great to get some help from a IoC container. Right now we are looking at Guice to make this happen but we are not closed to other options (code.google.com/p/google-guice/)
The text was updated successfully, but these errors were encountered:
Great point, Oscar. In terms of container selection you already know my preference for Guice since it's 1) extremely quick, 2) very lightweight, and 3) favors constructor over getter/setter injection. That said other containers should such as PicoContainer be considered.
Currently the lack of a IoC being used in the project prevents us from favoring composition over inheritance, to change this and at the same time favor the payment of the technical debt accumulated in terms of missing tests it would be great to get some help from a IoC container. Right now we are looking at Guice to make this happen but we are not closed to other options (code.google.com/p/google-guice/)
The text was updated successfully, but these errors were encountered: