|
|
|
|
|
by stuffihavemade
4850 days ago
|
|
A lot of CRUD apps (especially enterprise ones) are icebergs. From the user's perspective, the application is fairly simple, but there is a ton of business logic behind the scenes. Something like Rails provides an easy way to serve the "real" program on the web. |
|
Anyway, I guess I got the title for the post wrong. The main point here is that:
1. CRUD is repetitive.
2. CRUD is boring.
3. Why don't we solve better, harder problems and leave CRUD to the non-programmers?