On Sun, 15 Jun 2014 20:38:53 -0400, H. S. Teoh via Digitalmars-d
<[email protected]> wrote:
On Sun, Jun 15, 2014 at 03:05:37AM -0400, Nick Sabalausky via
Digitalmars-d wrote:
[...]
True story: I once had to put up with a production codebase (the
company's *flagship* product) that wasn't asm (it was VB6) and yet was
filled with garbage like this:
if ...cond... then
...statements...
goto somelabel
end
...statements...
somelabel:
Got posted on thedailywtf for that one.
I see code like that *all the time*. It's about the only sane way you
can write error-handling code in C:
No, you are missing something. Something *else*, that goes along with if.
;)
-Steve