in reply to Re^2: Function signatures in POD-headlines/pseudo code! Is there a standard?
in thread Function signatures in POD-headlines/pseudo code! Is there a standard?

Occasionally, you'll get three alternatives and that's fine. If you have more than three alternatives, your function's parameter list is probably too complex and needs a redesign anyway.

  • Comment on Re^3: Function signatures in POD-headlines/pseudo code! Is there a standard?

Replies are listed 'Best First'.
Re^4: Function signatures in POD-headlines/pseudo code! Is there a standard?
by LanX (Saint) on Dec 07, 2009 at 18:09 UTC
    > If you have more than three alternatives, your function's parameter list is probably too complex and needs a redesign anyway.

    Good point!

    Cheers Rolf