844: Good Code

Explain xkcd: It's 'cause you're dumb.
Revision as of 02:35, 6 January 2014 by Davidy22 (talk | contribs)
Jump to: navigation, search
Good Code
You can either hang out in the Android Loop or the HURD loop.
Title text: You can either hang out in the Android Loop or the HURD loop.

Explanation

The comic references the common meme of programmers that one can't actually write good code. Either the code is done quickly with shoddy "code style", weak logical structure, or any number of other kludges and hacks which turn maintenance of the code into a nightmare; or else it is written well and beautifully structured, but can never be completed before changes in the situation cause the original code design to be insufficient for one or multiple reasons.

Either situation eventually leads to the need to completely start from scratch, designing and writing the program's code all over again. Of course, the writing of this new program is also locked in the perpetual cycle of choosing between ugly/bad code that works marginally well, or good/pretty code that never gets completed before being obsolete.

Additionally, the humorous point is being further emphasized for the primary target audience, programmers, by using an infinite loop - or more precisely, 2 possible loops and 1 forced loop in the flowchart itself.

Also, of particular note, is the fact that Randall (the author) drives home the point of the inescapability of the infinite loop(s) by the use of the additional, disconnected, and logically unreachable portion of the flowchart. This disconnect points out that the only way to actually get to "Good Code" using the flow chart would be to follow a path of actions — which does not start at the proscribed place — for which there is only an unknown and possibly unknowable starting action which no one has ever discovered previously.

The title text, "You can either hang out in the Android Loop or the HURD loop," makes a further dig at each community, claiming that Android developers are always choosing fast, ugly code, while HURD developers are always choosing to "do things right" but can therefore never finish their project at all. The GNU Hurd project, which aims to create the kernel (i.e. lower-level portions) of the "GNU operating system," while building on a number of fundamentally "beautiful" concepts, has nonetheless been in development for many years with little forward motion towards actual usability by anyone except the developers themselves.

Finally, the transcript of this comic is itself somewhat humorous (an additional inside joke, if you will) in that it converts the flowchart into a simple list of instructions (aka pseudo-code) using numbered lines as reference points for identifying which instruction to read and follow next. This process is basically identical to the oft-maligned programming technique of using so-called "goto loops." — Furthermore, there is also a slight cross-reference between infinite loops and goto loops which is probably being referenced, in that goto loops are often criticized (whether accurately or not) as being more likely to create unintended infinite loops in code... primarily because of the difficulty inherent in keeping track of possible entry and exit paths, especially when making edits to the code at a later time.

Transcript

[The comic is a flowchart In order to explain this in text, follow the line numbers. Options follow on new lines without numbers.]
How to write good code.
[10.] Start Project. [Go to 20.]
[20.] Do things right or do them fast?
Fast [Go to 30.]
Right [Go to 40.]
[30.] Code fast. [Go to 35.]
[35.] Does it work yet?
No [Go to 30.]
Almost, but it's become a mass of kludges and spaghetti code. [Go to 50.]
[40.] Code well. [Go to 45.]
[45.] Are you done yet?
No. [Go to 40.]
No, and the requirements have changed. [Go to 50.]
[50.] Throw it all out and start over. [Go to 10.]
[60.] ? [Go to 70.]
[70.] Good code.


comment.png add a comment! ⋅ comment.png add a topic (use sparingly)! ⋅ Icons-mini-action refresh blue.gif refresh comments!

Discussion

Wow, I'm first. Anyway, very helpful Randall. StillNotOriginal

too true... --an user who has no account yet 172.64.238.100 (talk) 21:12, 1 September 2023 (please sign your comments with ~~~~)