Documentation

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
kpraman
Forum Contributor
Posts: 172
Joined: Fri Oct 13, 2006 10:54 am

Documentation

Post by kpraman »

How to implement agile documentation in PHPUnit?
Last edited by kpraman on Sat Nov 11, 2006 5:15 am, edited 1 time in total.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

First, you get a cup of fowler...and mix vigerously with beck...until you have a gentle blend of booch...thats booch...not b**ch :P
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Nice avatar Hockey :)
* ole looks in his book on XP about documentation *

errr...what is agile documentation kpraman?
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

I developed a unique (I think) documentation system for the configuration of a library I've been working on. I don't know if it's agile or not, but it may be of interest to you:

- http://hp.jpsband.org/svnroot/htmlpurif ... Schema.php
- http://hp.jpsband.org/svnroot/htmlpurif ... Config.php
- http://hp.jpsband.org/svnroot/htmlpurif ... nerate.php
Post Reply