6 ms·
Fully agree with you. If you use Ruby on Rails (but any modern full-stack framework would do the trick), building a CRUD is indeed 90% automated already. All y
by pastullo 9y ago
Fully agree with you. If you use Ruby on Rails (but any modern full-stack framework would do the trick), building a CRUD is indeed 90% automated already.
All you have to do, and that's where the value lies, is putting the bricks together and building the other custom 10%.
Modern full-stack web framework have pushed productivty to an unprecedented level.
- astrodust 9y agoRails handles 90% of your needs out of the box. As a developer your job is to add the other 90% of the functionality the client wants.
- davidjnelson 9y agoHow does rails help you automate 90% of the creation of the angular or react single page application ui?