On 24.10.2007, at 23:42, Stephen Deasey wrote:
> Does the same apply to min and max?
>
> It seems like it logically should.
On the first glance, yes. But I do not
believe. Because module A may impose
different limits on the same param as
the module B. So if the module A starts
first and we hard-record the param limits
that module A requested, we explicitly
require from all other modules to have the
same limits. This is not very clear, I'd say.
I would (and we do) record the default value
abd type, as given, yet trimm that to match
minmax reqs when returning the value to module A.
The module B gets the value as-was and may
impose different minmax limits.
IMO, no need to change this (existing) behaviour.
But I'm open (as always) for a different view.
|