Details
Assignee
UnassignedUnassignedReporter
Adam EnglanderAdam EnglanderLabels
Components
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Adam Englander
Adam EnglanderLabels
Components
Priority
Created May 26, 2017 at 6:38 PM
Updated May 26, 2017 at 6:38 PM
Currently the mappers and models are hard-wired to the controllers. To allow easier testing without bloating the code with setters and getters for different mappers and models it would be great to introduce a way for fetching configurable instances. Ideas include but aren't limited to DI or Factories.