|
|
|
|
|
by cameronbrown
2526 days ago
|
|
Pseudocode isn't perfect though. It's prone to off-by-one errors among other issues. You end up having to describe the specifics of your "flavour" of pseudocode and at that point you've just made a language.. except it's not well thought out and isn't executable anywhere. TL,DR Just use a language designed for readability, like Python. |
|