I'm curious if anyone still finds pseudocode useful. Personally, I often jot down pseudocode in my notes app or on paper when I'm trying to think through solutions to problems while I'm out and about. I find it really helps! Does anyone else use it?
8 Answers
I definitely still use pseudocode, and I often pair it with diagrams to better understand the flow of my ideas. It really helps me visualize things before I dive into actual coding!
I usually only use pseudocode when I'm trying to explain something to another programmer, especially on a whiteboard. It’s just easier that way!
When I’ve had enough of my laptop for the day, I often switch to writing pseudocode on paper for my current or future projects. I don’t usually use it right when coding, though—just don’t see the need to write things out twice.
I actually wrote pseudocode just yesterday when I needed to organize three different ideas into a nested structure. But I wouldn’t spend too much time on it; I find it’s almost always more beneficial to test things out directly in the coding environment.
Sometimes when I'm really tired and can't think clearly, I switch to pen and paper to write what I call 'pseudo pseudocode.' It helps me focus better when I’m trying to transition from idea to code. Eating better and getting enough sleep has improved my concentration a lot!
Same here! I often find that stepping away from the screen helps me think better.
I tend to write pseudocode when drafting design documents, but I prefer using real code whenever I can, since it's less ambiguous. Just feels more practical!
Sure, a lot of folks still use it. Although nowadays, we might just call it writing in Python!
Honestly, it’s really about personal preference. Some people find pseudocode helpful, while others don’t. Do what works for you!
I can totally relate! Diet and sleep really make a difference in how we think and code.