Sunday, August 21, 2011 at 12:30 PM L. e. c. t. u. r. e. s...
Most of the week and throughout the weekend I was watching CS76 Harvard course lectures non-stop. The Objective-C "picture" makes more sense each time I hit 'play' in QuickTime player. I am definitely going to start actually implementing what I've learned so far during coding practice. Right now I'm just trying to get myself started.
That's being said, I've never stopped coding. As my practice in C++ I solve Project Euler problems (this week there were three of them, done mostly on Saturday). And this process really affects my way of approaching tasks. For example, I am covinced that it is absolutely necessary to use paper and pencil while figuring out algorithm and structure of future code. More so, it is sometimes helpful to trace some pieces of code on paper. I wonder if it's the same experience with iPad instead of paper and pencils, but something tells me that 'hard copy' may still be a must.
So, next week it's going to be lectures (I mean, more lectures), and hopefuly coding first Objective-C apps completely on my own, just like I can in C++.