@mattpocockuk Exactly this, but how to force agents that love to write some extra IF to produce only the code that's really needed.
It's like you have to make them a bit dumb not to overthink
@timneutkens Just a few from top of my head:
- CMS integration (like Storyblok and direct link from page to story in Storyblok)
- custom feature flag service toggles
- caching debug tools (self host with Redis is cumbersome to debug even in dev mode)
With API those could be provided as plugin
@kettanaito Simple to setup, easy to scale and most importantly very loosely coupled with the codebase.
I can use MSW for local dev, for tests, for duck taping API not implemented yet. It’s really well designed tool to use