Comment by Incipient
11 hours ago
Absolutely every layer of abstraction reduces boilerplate, but it's not as if it's entirely gone. I should say, I use boilerplate as a euphemism for 'trivial code'. For example recreating backed request models in the frontend, a simple "create db record" service function, etc.
I mostly use vuejs at the front and fastapi for the backed, and unless I'm missing something big, there is still plenty of 'trivial code' that I find is done a bit faster.
bug creation rates of AI trival code vs my own trivial code has not been evaluated
> For example recreating backed request models in the frontend
https://pypi.org/project/pydantic-to-typescript/
> a simple "create db record" service function
https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapp...
> unless I'm missing something big
You are missing a lot of things, yes.