What Would You Consider Best Practice Workflow Tools For Web Application (PHP) Development?
- by Zenph
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
…