Akhm. Any web site that processes purchase orders might need to deal with
cents in a dollar, be it JSP or Velocity. The template example you submitted
is no more or less anti- or pro-MVC if these variables are floats instead of
ints.
Attila.
----- Original Message -----
From: "Saimon Moore" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 2001. augusztus 28. 10:28
Subject: RE: floating point types
> I tend to agree with not adding floating point processing! IMO, for web
> application it's definetly anti-MVC because it encourages (unwittingly
> perhaps in some cases) code like
>
> #if ($Variables.Sales > $Variables.SalesTarget) something #end.
>
> with does not belong in the view (and reminds me of a three letter
scripting
> language that begins with J and ends with P).
>
<snip/>