#tek09 – Day Two: A Hackathon And A Lesson
Out Of Date Warning
Languages change. Perspectives are different. Ideas move on. This article was published on May 22, 2009 which is more than two years ago. It may be out of date. You should verify that technical information in this article is still current before relying upon it for your own purposes.
One of the greatest things about the PHP community is the willingness of people to help one another.
Picture this: you’ve got developers of all levels, working in the same room. They’ve been tasked with working on various open source projects. Only in PHP do you see expert level developers like Eli White, Matthew Turland and Sara Golemon teaching more inexperienced developers (like myself!)
Also in the PHP community: Sara Goleman was having a debate with a younger programmer who insisted that for loops were slower than while and do-while loops. Upon examining the source she discovered that in fact it was wrong – and she promised to look into it. You won’t get that in the Rails community.
The best thing about conferences is the community around them. Non-assuming giants in code and contributions work alongside newbie developers to solve problems and discuss important issues. People are willing to teach and others are eager to learn, making the PHP community grow.

Write better object
oriented PHP today.
A brand new book on object oriented PHP that will leave you an object oriented master.
Learn more about the book »

Imagine if you could write clear, compelling code each and every time you sat down to work. You can do this. I'll show you how with The Ten Commandments of Clean Code.
Brandon Savage has been a software developer since 2003. Ever since discovering that he could use software to automate routine tasks, he's been hooked. Brandon is passionate about perfecting the art of software development.
[...] you ask Sara Golemon, she’ll tell you that shouldn’t be. But it is. PHP’s nature as an open-source project means that contributions can be made by lots of [...]