What Would Tom Sawyer Do...

TWO-FOR-FRIDAY
Be sure to check out 0109 too.

I think this comic may be the most put-together comic I’ve ever made. Narrative wise, that is. Does that make it boring? Or MORE AWESOME?!?!

Oh wait, I forgot: everything I do gets better and better thanks to the Goldense principal:

DO
Sunrise = true;
Mike = Mike + AWESOME;
Sunset = true;
LOOP

My coding-grammar is probably pretty shoddy there. It’s been a while, gang.



3 Responses to “0110 - What Would Tom Sawyer Do…”  

  1. 1 Adam

    I would have also accepted Mike+=AWESOME; on the 3rd line.

  2. 2 Jim Robert

    I think you forgot to define awesome
    just insert the following:

    if (sunrise == true) {
    awesome = analogInput(dollarsSpentAtStarbucks);
    }

    Also… I think you’ll need to set sunrise to false before sunset becomes true, and vice versa as well.

  3. 3 Mike Goldense

    hahaha, nice!

    Yeah, I thought about that whole having to reset it otherwise sunrise & sunset would constantly be true and therefore it would be unnecessary to put in the loop. In that regard I could have just put it prior to the loop and saved many lines of code as the loop continues.

    But then I thought to myself “I don’t honestly know enough programming jargon to make this accurate unless I research it, SO IT STANDS”

    If you wanna step up and make the Goldense Principal a self-standing function, I’d love to see it. Then others can add it to their code:

    GoldenseUp(mylife);

Leave a Reply