Hacker News new | ask | show | jobs
by SkiFire13 316 days ago
The hard thing about CRUD apps is how to structure your data, which is not something easy to rectify later on.
1 comments

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.