How to improve programming skills?

Posted by Mike on Programmers See other posts from Programmers or by Mike
Published on 2011-06-27T23:56:30Z Indexed on 2011/06/28 0:29 UTC
Read the original article Hit count: 245

Filed under:
|

I'm very new to programming. I started learning PHP about half a year ago, so I do know something. I can write small functions, I can export and import information from a database and I can make a website. I don't know OOP principles and I don't know about objects and classes.

  1. Should I move to OOP principles and learn about classes, methods and objects?
  2. If not, what should I do? Continue writing simple code?
  3. How can a programmer write his/her own API? Is OOP necessary to do this?

So how can i improve my skills? I love programming. I spend my 24/7 on it, so any help will be appreciated.

© Programmers or respective owner

Related posts about php

Related posts about object-oriented