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
Post a Comment