DEV Community

Discussion on: Moving Past Tutorials: Pseudocode

Collapse
 
nirwei3 profile image
nirwei

great article, couldn't agree more.
pseudocode is definitely a very important practice, a by-product of which are great comments in the code.
if you write a concise version of pseudocode inside the code and then add the relevant code beneath it, you've just got yourself comments that will help you (or anyone else) who will need to maintain this bit of code in the future