We need to talk about interactors
https://mycodingtales.com/we-need-to-talk-about-interactors/
A deep dive into the usage of interactors and some of the issues around it
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
https://mycodingtales.com/we-need-to-talk-about-interactors/
A deep dive into the usage of interactors and some of the issues around it
Comments
For some certain apps, the interactor is the most natural concept that translates the app intent just perfectly “screams about application features”.
I’m not a professional Ruby programmer but spent this winter with the Clean Architecture and tested it heavily with “service + entity + plunging” triads.
I’m just curious about what kind of flaw you might notice in my way of seeing the subject
https://github.com/nvoynov/punch https://github.com/nvoynov/punch_orders
Post a comment