How do you know if you are a good programmer?
February 19, 2013 9:15 AM Subscribe
I was a comp sci major in college. That was 12 years ago. I graduated and as careers often do, I never programmed seriously again since... until now. I've spent the last 2 years teaching myself LAMP and jquery. It was like riding a bicycle. The data structures theory and other small things I managed to retain from my comp sci courses proved useful and in a very short amount of time I was able to rebrand myself a programmer. It's much easier and faster to create powerful, useful software these days than it was 12 years ago.
Thing is though, and I imagine a lot of developers do this, the internet has made me more of a code aggregator than a programmer. I have 4 windows open at all times: coding window, app window, the jquery API and stackoverflow.com. Whatever I don't know how to do, I find very quickly on stackoverflow. I copy and paste the code directly and modify it as needed. Done.
But I want to be better than that. I follow the general rules of good programming practice as much as I can... don't repeat yourself, be efficient, make your code neat, clean and easy to read. Without having a mentor or a guru around you, how would you know whether or not you are a good programmer or if you are a total hack???
posted by postergeist to technology (19 answers total) 47 users marked this as a favorite
posted by klanawa at 9:30 AM on February 19 [6 favorites]