Quote Originally Posted by Grell View Post
I guess my question is, do you guys use pseudocode before writing a program?
Not before writing. That doesn't make a lot of sense for larger programs. But I use pseudocode frequently to think about small programming problems before actually coding that specific part or function. It's pretty common in my projects to find a function consisting only of commented pseudocode when I had a good idea about implementing it but not enough time to do it properly (for example lunch break approaching or boring management meeting ahead).