Most web developers have a lot of focus for writing quality applications. They ensure their markup and style is displaying correctly in multiple browsers, and they focus on their code, some even write unit tests and functional tests 😉 Additional measures are having seperate development, test, staging and production servers. Having seperate test teams. Have…
One of the things where Java is way ahead of PHP at the moment is the deployment of projects. There are projects, such as Phing, that are already a good effort, and will make deploying your project easier. Yet, it’s no Maven for instance. In a recent weblog post, Sebastian Bergmann, author of PHPUnit, asks…