Pseudocode

Pseudocode represents how the computer program will be solved without implementation details of a specific programming languages. Pseudocode outlines steps that are needed to take to solve a compute problem. Pseudocode has more details than a diagram. If a diagram represents logic, than pseudocode represents how this logic will be implemented. Pseudocode is an optional step, often experienced developers skip this step in favor of actual development.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator