number_of_t-shirts = number_of_t-shirts + 1;

I got my Ubuntu Hardy Heron T-shirt Today. I will try and post some pictures soon. Maybe even update with a new hackergotchi.

Share and Enjoy:
  • Digg
  • Reddit
  • del.icio.us
  • Facebook
  • Twitter
  • Identi.ca
  • Slashdot

5 Comments

  1. bobbo says:

    Inefficient/ugly code!

    number_of_t-shirts = 1;

  2. earobinson says:

    @bobbo lol well I had assumed number_of_t-shirts was all ready declared and equal to the number of t-shirts I actually have (which is greater than one) and so I was incrementing it.

    I guess I could have done
    number_of_t-shirts ;

    But I was so excited I wanted to go all out!

  3. bobbo says:

    @earobinson rofl, just noticed i messed up that comment. Thats why you dont post comments in the middle of the night.

    Should have been: number_of_t-shirts = 1;

  4. bobbo says:

    Wordpress officially hates plus signs.

  5. earobinson says:

    @bobbo lol guess it dose I was going for number_of_t-shirts[plus][plus];

Leave a Reply