Open distantcam opened 11 years ago
Yeah, happy to drop them. I still like separation of concerns etc, so we can still have IEnumerable<IRenderTransformer>
etc, but not as a plugin model
I still like separation of concerns etc, so we can still have
IEnumerable<IRenderTransformer>
etc, but not as a plugin model
Why? Separation of concerns is nice and all, but why add it to the render transforms? How do you handle order and dependencies?
Again, KISS and avoid unnecessary complexity.
Doesn't have to be that abstraction.
I'm just saying it was a bitch pulling the DocumentViewModel apart because it had the entire applications logic in it. Happy for them to be moved into application services or something
I'll fold the only plugin we have into the main code.
:+1:
If it's unused code or abstractions, let's kill it off.
I'm just saying it was a bitch pulling the DocumentViewModel apart because it had the entire applications logic in it. Happy for them to be moved into application services or something
Is this worth a separate discussion?
Does anyone have objections if I remove the plugins?
I'll fold the only plugin we have into the main code.
I don't like plugins because:
Thoughs? @JakeGinnivan @shiftkey