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-07 15:50

>>5
who are you quoting?

Name: Anonymous 2014-06-07 16:31

>>5
EPIC /G/RO, SIMPLY EPIC xDDDDDDDD
Who are you quoting anyway?


if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0)
fail();
if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0)
fail();
fail();
if ((err = SSLHashSHA1.final(&hashCtx, &hashOut)) != 0)
fail();

Name: Anonymous 2014-06-07 17:32

>>7
EPIC /G/RO, SIMPLY EPIC xDDDDDDDD

being this childish to hide the fact that you're wrong. When are you going to realize goto is bad and grow out of BASIC.

Name: Anonymous 2014-06-07 17:35

>>8
goto
back to /g/, shitstain

Name: Anonymous 2014-06-07 17:36

>>8
EPIC /G/RO, SIMPLY EPIC xDDDDDDDD UPBOAT ROFLEL XDD
Did you ignored the part where I said ``I am not a fan of goto but for fuck's sake''?

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