25 ms·
Is it just me that thinks this is absurdly verbose? Imagine adding a new field on this. Or having, like any other CRUD app, 25 other entities. What a nightmare.
by openbasic 8y ago
Is it just me that thinks this is absurdly verbose? Imagine adding a new field on this. Or having, like any other CRUD app, 25 other entities. What a nightmare.
- bradenb 8y agoVerbose compared to what? It doesn't seem overly verbose to me. This isn't some Hello World example, this provides a fully featured real-world example (minus all the Okta fluff).
- dagoat 8y agoRails?
- dragonwriter 8y ago> Verbose compared to what? Well, on the back end, lots of things, for example, postgrest.
- openbasic 8y agopostgrest is perfect for control panels. I wonder if there's anything faster.
- openbasic 8y agoRails. Laravel. Express.js. Whatever. If you use that many DTOs for a real-world CRUD, you are killing your company.