Refactoring Generic Service EvoluLive into a Non-Generic Version: Naming the Creation Layer
I have a generic interface Evolu, and I want to refactor generic service EvoluLive into not generic. How would you name that Layer creating Evolu? EvoluFactory? CreateEvolu?
