Open elrayle opened 7 years ago
Do these overlap with any other planned documentation? As a developer, these are the areas for which I want to basic reference documentation and examples.
Here's good documentation on the Service Object pattern. http://stevelorek.com/service-objects.html
I don't think it's a stretch to say that actors follow the service object pattern.
Presenters are based on Martin Fowler's work: https://martinfowler.com/eaaDev/PresentationModel.html. Forms are also closely related to this design pattern.
@jcoyne Thanks for the references.
I would also mention that Helpers are not a pattern, but an anti-pattern and there usage should be eschewed in favor of Presenters.
Do this issue instead of #1 #6 and #7
Targeted patterns:
anything else?