![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: May 2005
Posts: 17
Rep Power: 0
![]() |
Program Planning/Designing
I'm fairly new to programming and am about to start a two player card game program (pazaak for those Knights of the Old Republic fans) as my first "major" project. I have it in my head how I want it to look and the coding shouldn't be too difficult but I would like some suggestions as far as the planning stage goes. I'm usually not one who plans ahead but because of the amount of logic that goes into programming I see the need for it.
What do you guys use when designing a program? Flowcharts? Outlines? Are there "helper" programs out there for program design just as there are helper programs out there for business design? Would any of you mind sharing some of your program design outlines (or flowcharts, etc) so that I could get a good look at them and see how good, or just effective, design is done? Thanks Nisim |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() |
i hate flow charts but for big projects i will use em cause it does help organize the way you want your program to work. Also, writting pseudo code before you start coding a part helps alot too.
As far as "helper software", Microsoft Visio isn't bad (hella expensive) but there are open source apps that do just as good of job. Dia (http://www.gnome.org/projects/dia/) is what i have been using latly and i like it.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#3 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
yeah , try coding a little bit of it and use UML to plan the rest of it. input readers at that level will only pick up shit you don't care about. the rest is gone....
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() ![]() |
welcome
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|