[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Pooling of strings is good
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 25 Aug 2014 13:52:51 -0300
> On Mon, Aug 25, 2014 at 7:28 AM, Coroutines <coroutines@gmail.com> wrote:
> > Honestly, most of these replies sound like "never use goto!"
>
> Ironic that you'd use this example considering this is exactly the
> thing that caused Apple's SSL bug.
Come on, be fair. It was not the use of goto that *caused* the bug. They
could produce exactly the same kind of dirty code with break or return.
"Do not look for other causes to explain things that can be explained by
pure incompetence" :)
-- Roberto
- References:
- Re: Pooling of strings is good, Jay Carlson
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Jay Carlson
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Sean Conner
- Re: Pooling of strings is good, Javier Guerra Giraldez
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Axel Kittenberger
- Re: Pooling of strings is good, Coroutines
- Re: Pooling of strings is good, Coda Highland