Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Nevoic1996yNo. To be honest, in school I used to write the code solution and then do the pseudocode based off of it, because often the teacher would require some weird ass format for the pseudocode (entirely missing the point that the only advantage to it is that there is no specific format/syntax).
So it really was just like an esoteric language.
I'll use it sometimes when trying to describe a solution in a platform independent way, but often it'll be based off a language, or some combination of languages I know. -
jonii25346yBarely, sometimes I scribble down something that is a bit like pseudocode to work on an idea, but when I really get into planning I make a flowchart.
-
Seldomly. If I have to create a complex algorithm or have a complex class hierarchy, then I use some symbols, more like some kind of flowchart or brainstorming patterns.
I use pseudocode only when I discuss code with our intern. -
If you'd ever used abap, you noticed that someone implemented the thing, that everybody else is calling pseudo code.
Related Rants
Do you work with pseudo-coding in your daily work?
question
pseudo code