On Mon, 30 Jun 2003, Matt Sisk wrote:

> So, yes, the implication is that:
>
>   $dur = DT::Dur->new(days => 2, months => -1);
>
> would indeed behave differently than:
>
>   $dur = DT::Dur->new(months => -1, days => 2);
>
> So long as the behavior (intrinsic to durations) is well documented I think it
> stands to save lots of typing later.

Documented or not, it'll never be intuitive, which makes me think it's a
bad idea.


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to