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

GNU Coding Standards

Name: Anonymous 2011-01-21 18:32

GNU teaches you how to become a terrible programmer:

    http://en.wikipedia.org/wiki/GNU_Coding_Standards

[1] Retarded indentation
[2] use of goto
[3] Struct is not typedef'd
[4] Using &poop instead of a proper pointer
[5] Variables not declared at top of function (ANSI C requires it)
[6] global elements have no namespacing
[7] Expressions are not properly grouped (foo.bar < GIZMO_SNUFKIN_THRESHOLD / 2 is ambigious, what gets executed first? parentheses are your friends)

Name: Anonymous 2011-01-22 6:58

Gotos are considered harmful in context of lack of structured programming.  We have it now and it's ok to use controlled gotos, setjmps, continuations, exceptions and the like.
1) Agree
2) FUCK YOU OP ``FAGGOT''
3-) Agree

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