Results 1 to 5 of 5
Thread: Flow-Charting?
- 09-10-2011, 11:45 PM #1
Member
- Join Date
- Sep 2011
- Location
- Washington DC
- Posts
- 51
- Rep Power
- 0
Flow-Charting?
In high school, I've been taking programming classes for 3 years now and I really want to pursue a career in the programming field. I started with Visual Basic, C++, and now Java.
I have this Math tutor who is a retired IBM employee who thinks flow charting is one of the most important things to do before programming because you can get the "logic" out of the program so that you know exactly what you're coding.
Of course, I was never taught how to flow chart and a lot of my "younger" generation teachers say that it is not necessary. What is your take on Flow-Charting before coding for a project? Is it something I should get used to doing?
Thanks,
-danthegreat
- 09-11-2011, 12:35 AM #2
Re: Flow-Charting?
I'm probably of his generation.a retired IBM employee
I still use flowcharting for some complicated code. But not as often as before.
There are other ways to lay out your logic and get a design for code, but I never learned them.
Too many students don't do any design before writing their code and end up wasting a lot of time.
A lot have responded when asked "what is your design": I don't bother. I keep coding until it works.
- 09-11-2011, 10:57 AM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,589
- Blog Entries
- 7
- Rep Power
- 17
Re: Flow-Charting?
I never saw any serious use for flowcharting; I do still have a couple of those plastic templates in my drawer though ;-) There's a severe mismatch between flowcharting and structured programming (that saw the light already in the early 1960s, e.g. Algol/60). You can create maze like structures with flowcharting with little passages all alike that don't have a one-to-one counterpart in structured programming. Management seems to like those visualization tools though; they even tried to sneak flowcharting back in in the form of UML; that too can only be used for toy problems; anything more substantial makes management bail out or they add funny little caps or curly hair to those stick figures in their UML activity diagrams ...
Those visualization tools lack a mathematical background or foundation, i.e. you can't do anything with it nor prove anything with those wallpaper sized fancy drawings. They're just a management toy.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 09-12-2011, 05:29 AM #4
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
Re: Flow-Charting?
I mostly do expected output and put the processes that is possible on that window or object. I found it hard to use flowchart when doing OOP.
- 09-12-2011, 06:24 AM #5
Similar Threads
-
Web Service flow
By sameerk in forum Web FrameworksReplies: 1Last Post: 05-06-2011, 09:56 AM -
Anyone use flow charts?
By Java_Lover in forum New To JavaReplies: 4Last Post: 04-09-2011, 02:27 PM -
How to generate Data Flow Diagram(Work Flow Diagram)
By stsivaraj in forum AWT / SwingReplies: 1Last Post: 12-22-2010, 11:21 PM -
flow from one block to another...tutorial?
By Java_newcomer in forum New To JavaReplies: 3Last Post: 07-02-2009, 04:20 AM -
program flow
By loktamu in forum AWT / SwingReplies: 1Last Post: 09-17-2008, 04:52 PM


3Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks