mdoland
asked on
Dependency injection names?
I want to create my own dependency injection in my Java code and wonder what the names would be for different parts.
Lets say I have an Interface X.
It is being implemented by my class Y w. ich is ijected with my class Z at creation time. What would sensible names be then?
FooBarInterface
FooBarService
FooBarHandler
Any better ideas?
Lets say I have an Interface X.
It is being implemented by my class Y w. ich is ijected with my class Z at creation time. What would sensible names be then?
FooBarInterface
FooBarService
FooBarHandler
Any better ideas?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.