Hi,
we are talking a lot about documentation for programmers in the moment. How do you handle this part?
What is the best method to introduce a new team guy into an "large" PHP Project. What does a new guy need?
My thoughts so far:
- good source code
- api documentation generated through phpdoc
- clear coding style / guideline
Some kind of paper/wiki.. with information about the infrastructure (database, firewalls..)
What else do you provide if you have to hand over your project to someone else (possible not as good as you in php)..
Do you create something like " to add an function to read out server data, put in Model xYZ?"
sorry for my poor english :)