19
Wombat
7y

How I should approach a new project:

- think about data design
- draw some tables
- configure relations
- create data structures
....

How reality proves I'm a donkey:

- builds random table
- works on models, with random querys
- realizes things get to complicated and relations are broken or tables need duplicate logic
- starts thinking about 'good' design
- draw some tables
- configure relations
- create data structures
....

Comments
Add Comment