PhpRiot
Follow phpriot on Twitter
Sponsored Link
News Archive
PhpRiot Newsletter
Your Email Address:

More information

Is your project scalable?

Note: This article was originally published at Planet PHP on 17 August 2010.
Planet PHP

I was talking with a friend today about his project. A He's been brought in to a project where the dev environment is pretty tightly couple with physical machines, there's no good repeatable build process or docs on how to make things work, and many unwritten assumptions that he only finds out after trial and (much) error.

It struck me then (and possibly in the past) that the entire way that project is set up is not *scalable*. A Scalability is a big buzzword, and it often focuses on performance. A While faster performance is generally a good goal, it's often not the only requirement on a project. A In the case above, a new developer coming in may spend *weeks* trying to get things working which should only take hours. A And the process of getting him up to speed is not a documented, repeatable process either. A So when he leaves, and they bring in someone else, they'll go through the same process all over again, probably not even realizing there's a problem.

What steps do you take to ensure your project (or perhaps your project team) is itself scalable with respect to the human resources it requires?