There are a lot of fans of "with" ;-) . I have been burned however long time ago. Now when I get a new code from somebody, my first task is to remove any "with" from it ;-). As far as I am concerned "with" is a Pascal design bug. May the guy who invented "with" track "with" bugs for eternity ;-) .

 With best regards,
   Boian Mitov

--------------------------------------------------------------------
Mitov Software
http://www.mitov.com
--------------------------------------------------------------------


----- Original Message ----- From: "Michael Schnell" <[EMAIL PROTECTED]>
To: "FPC developers' list" <fpc-devel@lists.freepascal.org>
Sent: Thursday, July 17, 2008 1:52 AM
Subject: Re: [fpc-devel] C style operator doesn't work with properties in 2.3.1



If you want stable code, never use the "with" or else ... ;-)
I did learn this even in the early Delphi days ;)

Moreover AFAIK, even the newest Delphi does not show the value of variables that are qualified using a "with". So you even can't debug the broken code decently.

-Michael
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to