Programming - Concept
Pseudocode
A plain-language sketch of program logic written without the exact rules of a programming language
What's it for?
Helps people describe and discuss how code should work before worrying about exact programming syntax.
For example…
Before writing code, a developer writes pseudocode saying “if the customer is over 18, allow purchase; otherwise show an age warning”