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: 261
php
|object-oriented
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.
- Should I move to OOP principles and learn about classes, methods and objects?
- If not, what should I do? Continue writing simple code?
- 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