Comment by SkiFire13
6 days ago
The hard thing about CRUD apps is how to structure your data, which is not something easy to rectify later on.
6 days ago
The hard thing about CRUD apps is how to structure your data, which is not something easy to rectify later on.
For relational data, nothing could be further from the truth.
> For relational data
There are other (worse) ways to structure data, you should not assume that a badly-built CRUD app uses a good one.