Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

GOTO Considered Harmful

Name: Anonymous 2014-06-07 13:54

[code]
if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0)
goto fail;
if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0)
goto fail;
goto fail;
if ((err = SSLHashSHA1.final(&hashCtx, &hashOut)) != 0)
goto fail;
.../[code]

Name: Anonymous 2014-06-09 16:56

Please tell you Dijkstra to learn about Mach's Principle. Because the nature is dual: glass can be both half-full and half-empty, but Dijkstra sees GOTOs as a half-empty glass. That is typical of shortsighted and self-righteous persons.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List