Live data from Hacker News

My first six months of programming: from man-rodent to partyman

whitakerblackall.com

11–20 of 37 posts

Re: My first six months of programming: from man-rodent to partyman

#13
This is a great write up on the experience! Truly inspirational.

I especially like the following quote:

It truly is amazing how much practice helps. Every time I write a new program, I run into a ton of unforeseen problems and bugs. While frustrating at the time, I usually plan around them the next time I program. This makes me feel like I’m in my very own while loop:

  while (stillPrettyBadAtProgramming) {
  programmingPracticeTime++;
  Program *newProgram = [Program programWithType:ProgramTypeGame];
  if (
    newProgram.isReallyGood == YES && programmingPracticeTime >= A_HUGE_AMOUNT
    ){
      stillPrettyBadAtProgramming = NO;
     }
  }

Re: My first six months of programming: from man-rodent to partyman

#14
post #2

The games are still quite rudimentary, but it's nice to see him coming along. I wonder how far he will have come another six months down the line.

Yup, I'm hoping to get into more complex stuff the more I learn.

Great writeup. Looks like you've got some predisposition to programming since you've already learned a whole lot in a short timespan. Hopefully, we'll see some original indie hits from you in another six months or so.

Re: My first six months of programming: from man-rodent to partyman

#15
This is a great article to show business cofounders who might be reluctant to learn how to code. Wonderful evidence that even folks with 0 experience can increase their coding knowledge (and thus ability to work effectively w/ hackers) by great strides in a short 6 months.

Re: My first six months of programming: from man-rodent to partyman

#16
post #13

This is a great write up on the experience! Truly inspirational. I especially like the following quote: It truly is amazing how much practice helps. Every time I write a new program, I run into a ton of unforeseen problems and bugs. While frustrating at the time, I usually plan around them the next time I program. This makes me feel like I’m in my very own while loop: while (stillPrettyBadAtProgramming) { programming…

Glad you liked that. It was fun to write.

Re: My first six months of programming: from man-rodent to partyman

#20
I'm a mechanical engineer and don't know anything about coding except basics of C. This has inspired me to learn programming. I just downloaded Python and that free ebook mentioned in the post. I've finished the 'guess the number' program and 'dragon realm' program. Interesting stuff.
Post reply on HN