My first six months of programming: from man-rodent to partyman
11–20 of 37 posts
Re: My first six months of programming: from man-rodent to partyman
#12Re: My first six months of programming: from man-rodent to partyman
#13I 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
#14The 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.
Re: My first six months of programming: from man-rodent to partyman
#15Re: My first six months of programming: from man-rodent to partyman
#16This 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…
Re: My first six months of programming: from man-rodent to partyman
#17Re: My first six months of programming: from man-rodent to partyman
#18Did you submit any game to the app store, yet?