![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programming Guru
![]() |
Does anyone actually write/plan a prject before by writing out pseudo code?
Personally i dont, my ideas free flow down, and i add comments so i no what does what. I am asked to write it out fo rthis documentation they require at work, well they will never look at it i dont think, I just feel it is a waste of my time.
__________________
"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity." - Albert Einstein |
|
|
|
|
|
#2 |
|
Programmer
|
On large projects I do. I DO NOT do flow charts though.
__________________
ALLOW IMAGES IN SIGNATURES NOW |
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() ![]() |
Only on large projects... unfortunately, flow charting my programs is part of their documentation process at work.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
I prefer not to use pseudo code. It's too simplistic for my liking so I prefer to write my work in source code.
|
|
|
|
#5 |
|
PFO Founder
![]() ![]() |
dont forget to log in
i really dont use pseudo code much either. i know how as i was taught in college but havent used it much sense then ![]()
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#6 |
|
Programmer
|
Didn't notice that I hadn't logged in. Oh well, I got my point across.
__________________
David Morris BSc.(Hons), MBCS Qualified Computer Engineer Administrator (SEED Software) |
|
|
|
|
|
#7 |
|
Expert Programmer
|
Sometimes I get these annoying contracts where one person says to another person what they want which eventually makes it way all the way down to me, and in those circumstances--usually smaller projects--there is no point in flowing them.
Otherwise in large projects I am bound to flowchart them (though I am not one for pseudo code) and I actually have a binder with sections in it that I use to keep relatively firm design points for my projects, and a scratch bad where I can brainstorm things out.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#8 |
|
Programming Guru
![]() |
i use flowchats/class diagrams, but i have a few notes on what i want a class to do then i work out the code as i go, i tried writing pseudo code just didnt seem to work
__________________
"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity." - Albert Einstein |
|
|
|
|
|
#9 |
|
Hobbyist Programmer
|
I usually start writing, flying by the seat of my pants. Then I'll get my ideas down...print it out and make some wierd looking designs and notes on the code, so I can remember what I want to do to it later.
__________________
"Time is an illusion. Lunchtime doubly so." -the late, great Douglas Adams |
|
|
|
|
|
#10 |
|
Expert Programmer
|
UML deisgning is something I also want to start looking into, since it provide a complete overview of your entire project namespace(s) so you do not need to run back through code to look up function and variable members of various objects.
Also another great way to layout the physical framework of you application before jumping into it.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|