<?xml version="1.0" encoding="iso-8859-1"?>
<slide fontsize="3em">
	<title>General - Documentation</title>

	<blurb>The issue: Documentation is the most boring work</blurb>
	<list>
		<bullet>Re-read your code 6 month after you wrote it!</bullet>
		<bullet>Think about people who have to use your code</bullet>
	</list>
	<blurb>The solution: phpDocumentor</blurb>
	<list>
		<bullet>Implementation of JavaDoc for PHP</bullet>
		<bullet>Community accepted standard</bullet>
		<bullet>Avaiable through PEAR</bullet>
		<bullet>Allows auto-generation of API docs</bullet>
		<bullet>Also works for tutorials</bullet>
		<bullet>http://phpdoc.org</bullet>
	</list>
	<blurb>Useful hints</blurb>
	<list>
		<bullet>Write docs before implementing the code!</bullet>
		<bullet>You will probably not do it, if you do the other way around</bullet>
		<bullet>Document pedantically, fixing docs later sucks!</bullet>
		<bullet>Get used to update the docs, as soon as you change the code</bullet>
	</list>
</slide>
