<?xml version="1.0" encoding="utf-8"?>
<slide fontsize="6em">
	<title>Test-Driven Development</title>
	<subtitle>eZ Components Development</subtitle>

	<blurb class="blurb_header">Present the Idea</blurb>
	<blurb class="blurb_header">Write the Requirements Document</blurb>
	<blurb class="blurb_header">Design the Component</blurb>
	<blurb class="blurb_header">Implementation</blurb>
	<list>
		<bullet>Write API stubs with parameter documentation and descriptions</bullet>
		<bullet>Write test cases</bullet>
		<bullet>Initial implementation</bullet>
		<bullet>Initial implementation review</bullet>
		<bullet>Updating implementation according to review</bullet>
		<bullet>Implementation review</bullet>
	</list>
	<blurb class="blurb_header">Pre-release Testing</blurb>
</slide>
