Last modified 5 years ago
Quality Assurance Guidlines
- never review / approve your own code!
- code review
- potentially harmful code?
- code duplication avoided (proper use of function existing elsewhere)
- PEAR conform?
- well documented?
- functional review:
- bug fixed or feature functioning as supposed?
- negative effects on other parts of the site?
- content review:
- consensus to implement the presented feature (if needed)


