Use Advanced Search to search the entire archive.
Re: [VOTE] Should a Quantities facade return Quantity or QuantityFactory
- From: Martin Desruisseaux <
>
- To:
- Subject: Re: [VOTE] Should a Quantities facade return Quantity or QuantityFactory
- Date: Sat, 01 Nov 2014 01:01:45 +0900
- Organization: Geomatys
Le 01/11/14 00:58, Jean-Marie Dautelle a écrit :
>
>It is meant to standardize usage of the value part. If we left ME
>
users to die without it and SE users to something weird like
>
>getUnit() and
>
>get()
>
>
Actually it would be
>
getUnit()
>
getValue()
>
(implementing a functional interface is not necessary nor required).
Yes, this is also my point of view.
Martin