which part of the assignment do we need to do first?
Holmes Wong
Ranch Hand
Joined: Feb 18, 2002
Posts: 163
posted
0
Hi, Ranchers: I just downloaded the assignment. Based on your experience, which part is it best for us to do first? GUI, client-side, server-side? Thanks.
Sam Stackly
Ranch Hand
Joined: May 04, 2002
Posts: 109
posted
0
In my opinion, think about the design first, think again, (you can find lots of useful thread here )and then create your local part then when your GUI work perfectly, go for server part. Good Luck Sam
BJ Grau
Ranch Hand
Joined: Jul 10, 2001
Posts: 234
posted
0
In the real world we always build a prototype of what the application will look like first, so I would think that you should build the client side first. Of course, I didn't do it this way. I got so caught up in reading some of the discussions here on locking/unlocking and making the database accessible to multiple remote clients that I couldn't resist jumping in and building my server first.
I started with my server, but either way is fine. Don't worry in the beginning that you might change the design a couple of times and refactor, because that is fine. Mark