It's true, I started programming when I was 8! I started with BASIC, just writing sentences that are executed one after the other from top to bottom. Then I was introduced to VB, I never knew about classes or anything then, I just dragged controls to the form, I set their properties, put code in events and voila! I have a working GUI application, which is probably why people recommend against it for beginners.
Then I moved to C, there were some features that I wasn't aware of (recursion, pointers, etc) but that wasn't hard to get used to.
Then came C++, I borrowed a book from the library and started reading it, I thought the only difference was just in the sentences and the libraries used (iostream, cout, cin, etc) but then I reached chapter 7, it started talking about OOP, it was complicated and I started thinking "Why on earth would I want to learn this?", so I just read it because I didn't want to skip anything, what made it worse is that chapter 9 (chapter 8 is about OOP too) was about programming for windows which is the main reason why I borrowed the book.
It wasn't until recently when I started using Flex and started planning for Deviyo that I realized that OOP is important.
All this time I've been in love with programming, I used to think it's the coolest thing on earth, I'm taking a course in IT, I'm convinced it's what I'll be doing for a living.
The result is? I fell in love with programming, it rejected me and I can't seam to get over it, but I'll keep fighting for it.
1 comment:
Wow.. you have a long relationship with programming. You shouldn't give up not it because it is a wonderful skill to have.
I myself used to be very much interested until I found Blogging and journalism and fell in love with them. But I wish I didn't completely loose the interest in programming.
Post a Comment