On 4/23/07, Micha Nelissen <[EMAIL PROTECTED]> wrote:
Alex Smirnov wrote:
>> Why did you change FullAngle to dFullAngle?
> Actually, whole function was rewritten. And I alway notate my vars to
> understand the type of them. You think it is not a good idea?

It doesn't matter much until you want to change the type ... then you
have to change a lot of code, and things only get confusing from then
on. Pascal is a quite strongly typed language, so we have a compiler to
check for type correctness.

I can't agree more with Micha.  Also if you use a decent IDE that
supports intelligent tooltips (forgot the name of that feature) in the
source editor, you can mouse over the variable and the tooltip will
show the declaration, including the type.



--
Graeme Geldenhuys

There's no place like S34° 03.168'  E018° 49.342'

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to