in reply to Re^3: pseudocode for getting data from table
in thread pseudocode for getting data from table

You have wrote an implementation of it but i asked to check my pseudocode if it is correct or not?

  • Comment on Re^4: pseudocode for getting data from table

Replies are listed 'Best First'.
Re^5: pseudocode for getting data from table
by Tux (Canon) on Sep 22, 2020 at 11:30 UTC

    (pseudo)code cannot be validated if the (input)requirements are not clear.

    So, sorry if I took the fun part out of your assignment, but this is how I try to make sense of pseudo-code.

    What pseudo-code also doesn't clearly define is the output-format and validation of input. Also things to think about (also in pseudo-code).

    As I personally "do" a lot of perl, I think perl, so my pseudo-code *is* perl. Be it with typoes and syntax errors, but perl (when using strict and warnings) will point me at those for me to fix.


    Enjoy, Have FUN! H.Merijn