I don't want to invite an argument over whether Pseudocode is useful or not here,..there are plenty of questions relating to that. I DO find writing pseudocode useful at times but one thing that crops up all the time is how best do i express it?
Sometimes i end up with a numbered approach, other times I'll use a C style syntax but most of the time it's a mix of what i think is best at the time. That's fine but in 6 months when i come to look over it again it's not always so clear what the intention was! To combat that i've recently started dividing the page into two and down the right half i'll write pidgin [Insert Language Here] and down the left i'll write in really obvious and verbose English.
I don't think there aren't any 'Standards' for writing pseudocode but I'm interested to see how other people do it and maybe that'll help me decide on a unified approach.
Thanks in advance.
Oh, i know this question is subjective and I'm sorry if that's not the intended purpose of SO but it's still a valid question. In fact, are there really that many questions in computing that have a single correct answer? I'll be marking the most helpful answer as correct.