The pseudocode and block diagram as professional programming
|
10-26-2018, 03:23 PM
Post: #9
|
|||
|
|||
RE: The pseudocode and block diagram as professional programming
I think flowcharts are a terrible way to specify algorithms because they are unstructured. Flowcode seems like a better tool. All modern development is done using structured languages.
Quote:I never understood why someone would bother writing non-executable pseudocode instead of directly in the language of your choice,
So when writing complex code, I start by writing it down in english as comments in the source file. Once I'm pretty sure I have the algorithm right, I fill in the code below the comments. For me at least, this tends to result in faster development, more reliable code and much better documented code. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)