in reply to Re^2: Adding attributes to values?
in thread Adding attributes to values?
Personally I'd much rather well documented named parameters with sensible defaults and parameter checking by the called code. Positional parameter passing is simply not attractive unless there is only one (or no) parameter.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Adding attributes to values?
by oyse (Monk) on Oct 22, 2007 at 12:05 UTC |