On Wednesday 13 November 2013 13:01:42 Michael Schnell wrote: > On 11/13/2013 12:40 PM, Ivanko B wrote: > > The "with" construction is well optimized by complilers. > > A decent compiler can do the same optimization even without being hinted > to do so by the programmer's using "with" > > > Also without"with" we'll have C-ish nightmare with long chained OOP > > idents. > > You can use intermediate variables instead, making (IMHO) the code much > less ambiguous and not much more blurred. > > BTW.: > I vote for the possibility to define local variables anywhere and not > just before the first begin of a function. > No. For exactly that purpose we have the "with" statement.
Martin ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

