What Would You Consider Best Practice Workflow Tools For Web Application (PHP) Development?

Posted by Zenph on Programmers See other posts from Programmers or by Zenph
Published on 2010-12-11T16:39:19Z Indexed on 2010/12/27 17:59 UTC
Read the original article Hit count: 252

Filed under:
|

I'm really hoping somebody with more experience can edit the question as per my examples of answers:

• using version control

• test driven development

• debugging code (xdebug for php)

• use of UML diagrams

• use of OOP for maintainable, reusable code

• use of frameworks (like Zend Framework for php) for rapid application development

Anything else or an elaboration of what I mentioned above?

Basically, I'm in the middle of forming a team of developers (I'm a developer myself) and I'd like some advice on how professional programmers/designers etc should work together and what standards/paradigms they should use.

Also, if anybody has any books or links on the subject I'd welcome that!

I did find this which I guess satisfies what I'm looking for, or at least part thereof:

http://www.ibm.com/developerworks/websphere/library/techarticles/0306_perks/perks2.html

© Programmers or respective owner

Related posts about web-development

Related posts about php