What are the advantages and disadvantages of pseudo-code?

1

1 Answers

Liam Rudge Profile
Liam Rudge answered
Advantages would come when you have a devlopment team... You could explain what a function does or short note the key processes of a function. It could also help the programmer read-back the code he's written so he doesn't get confused as code on large programs sometimes become tedious to read through and 'sus' out.

There aren't really any disadvantages for pseudo-code, I mean it doesn't get compiled so it doesn't bloat the application with unecessary code... Erm... I suppose if too much is written in the solution it does the opposite and makes it harder to read and find the code. Obviously only in general

Answer Question

Anonymous