Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is the standard methods to des 1

Status
Not open for further replies.

hughLg

Programmer
Feb 18, 2002
136
MY
what is the standard methods to design program?

pseudocode? or...
 
depends on the platform, OO the tendency is towards UML - use cases, collaboration and sequence diagrams etc. In a procedural world it may be Jackson Structure diagrams.

Ultimately it will depend on personal prefernce and the standards applied at the installation where you work.

Pseudo code can be helpful for solving programming problems at a very low level but can be used whenever you wish - it is really up to you.

It is not a fixed syntax, nor recognised with standards at some national level - the whole point is that it is just a very informal way of documenting/designing code logic that despite being low level, still isolates the program from the specific technical implementation of the target language.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top