Why you need to be writing pseudo code

George Asiedu
Jul 15, 2022

--

For a beginner like me being able to learn to code has been made easier to understand by the use of “pseudo code”. This is the act of writing out your code in plain English to put across as a function.

Pseudo code example

This section of code reads as an if statement for the player. When the player reaches one side reset to the other side. In code this is what it looks like:

Player wrapping code

And this is what it looks like

--

--

No responses yet