Results 1 to 3 of 3
Thread: I need help planning.
- 02-25-2011, 07:11 PM #1
Senior Member
- Join Date
- Dec 2010
- Location
- Indiana
- Posts
- 202
- Rep Power
- 3
I need help planning.
I am working on a pretty big project and its only going to get bigger. I tend to get overwhelmed and have no idea where to start.
It wasnt until I actually had drawn the GUI on graph paper did I have a solid idea on how to program.
So my question...
I am looking for a book that gets into development as in the process from start to finish. I have no idea how to think about this, and I feel this is only going to get worse unless I tackle it now. I have read a few basic java books, but they hardly touch on how to actually design a program and keep it orgranised.
I am looking for book or website or dvd that is specifically on designing, not syntax. So really i just need keywords to search for i am lost here.
- 02-25-2011, 11:19 PM #2
Senior Member
- Join Date
- Aug 2010
- Posts
- 127
- Rep Power
- 0
I don't know any specific books, but as with anything start small. If you haven't done any small or medium sized projects, you are probably not ready for the big ones. I know it is tempting, but I would suggests to do smaller projects first.
A piece of advice that always helps: split bigger problems into smaller problems and define every problem well. First write down exactly what you want. Seperate the basics from the optional extra stuff and focus on the basics first. That should cutoff part of the project for now. When you know exactly the minimum you want, start splitting that problem into smaller parts. Do you want a GUI? It is usually better to get everything on the background running as it is supposed to before focussing on the presentation to the user. Keep splitting the problem into smaller pieces untill you get to the level of induvidual classes. When you have clearly defined what classes you want and what they should do make them one by one. And don't forget: first throughly test a class and only when you are sure it does what it is supposed to do, move on to the next one. You can even split classes into individual methodes and treat those as seperate problems.
When you get stuck, you can always ask for help here or elsewhere, only make sure you ask specific questions. That means tellings us what you want, what you have tried and what the code is doing instead.
For now and for the future: detailed questions get detailed answers. Good luck!
- 02-26-2011, 04:22 PM #3
Senior Member
- Join Date
- Dec 2010
- Location
- Indiana
- Posts
- 202
- Rep Power
- 3
That made a lot of sense. Thanks Imorio.Keep splitting the problem into smaller pieces untill you get to the level of induvidual classes. When you have clearly defined what classes you want and what they should do make them one by one.
Is there anyone that knows of a book or course that covers this area of thought (planning)?
Similar Threads
-
program to assist in planning forms
By shags_j in forum SWT / JFaceReplies: 6Last Post: 11-02-2009, 05:04 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks