On Tue, Sep 27, 2011 at 10:14 AM, Steven McCoy <[email protected]> wrote:
> Wasn't there a discussion on /. recently about this, Dijkstra's view tends > to be taken out of context because it was in regard to Pascal which has an > alternative method of breaking out of multiple loops. > I count 160 instances of goto in OpenPGM, all for error cases. Totally agreed. In OpenAMQ I count several hundred gotos, all in error cases. It's a valid pattern IME, if it makes error handling simpler. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
