On 2011-04-09, at 04:33, Peter van der Zee wrote: > Am I missing anything? Or are there cases where labels allow you do > something that's impossible without labels?
They let you write more literate code? I agree labels should be eschewed, except where necessary. But sometimes, you just need them. Here's some fairly complex algorithms from the OpenLaszo source that I think would be even more difficult to understand without their judicious use of labels: http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc/services/LzCSSStyle.lzs Sure there are plenty of other ways to write this code, but I'm not convinced they are more maintainable. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

