Planning a database app
Posted
by ChrisC
on Stack Overflow
See other posts from Stack Overflow
or by ChrisC
Published on 2010-05-13T21:26:53Z
Indexed on
2010/05/13
21:34 UTC
Read the original article
Hit count: 292
I am in the planning stages of a database app for personal use. I have a good bit of the database structure planned, but as I think about how I'm going to write the program, it made me wonder if I'm doing this in the right order.
Which should I be planning first, the db structure or the classes?
© Stack Overflow or respective owner