LiveJournal Post 1.0

Mar 18, 2004 15:20

I've been thinking way too much about software. Thoughts of code permate my conscious mind whether they should be, such as when I'm sitting in front of the computer trying to do work; when I don't really need to be, such as sitting on the can or taking a shower; and when I probably shouldn't be, like when I'm trying to get some sleep. Hell, just look at my writing if you don't believe me. Look at the gratuitous use of the semicolon! Is it grammatically correct? Fuck if I know, but it's used all the time in C++, my current language of choice.

/*
* Title: Dave's Life
* Author: Ghod (not God, but Ghod)
*/
while (dave->isAlive())
{
// Check inputs (sight, sound, smell, etc.)
processInput();

// Update actors (eyes, limbs, etc.)
update();

// Draw!
draw();
}

To be continued...
Next post
Up