DEV Community

Discussion on: Moving Past Tutorials: Pseudocode

Collapse
 
aspittel profile image
Ali Spittel

I think that's a really natural progression, and I normally write function declarations or tests first too. But, for beginners/jr devs, I think writing more traditional pseudocode is super helpful. It depends on the program, but I am normally minimalist on comments for simple code, maximalist on longer form documentation.