DEV Community

Discussion on: How To Write Pseudo-code

Collapse
 
crashley1992 profile image
crashley1992

I love reading your posts. I'm newer to programming and I appreciate how you cover a lot of things that aren't brought up in tutorials. I think pseudo-code is something I need to get in the habit of doing more. Especially if I step away from a project for awhile and come back to it.

Collapse
 
flippedcoding profile image
Milecia

Thanks! I'm glad my posts are actually useful! 😊

Collapse
 
m0veax profile image
Patrick Kilter

As mentioned in another comment, I write my pseudo code as comments in my script / program and fill it in Afterwards.

So you know what you thought at this moment even a few years later.

And another people will understand what you did too :)