<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title> &#187; TDD</title>
	<atom:link href="http://agilefaq.net/category/tdd/feed/" rel="self" type="application/rss+xml" />
	<link>http://agilefaq.net</link>
	<description>Facts From The Trenches</description>
	<lastBuildDate>Tue, 20 Jul 2010 12:24:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='agilefaq.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/1b97275e31b042240faee1844de7a24d?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title> &#187; TDD</title>
		<link>http://agilefaq.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://agilefaq.net/osd.xml" title="" />
	<atom:link rel='hub' href='http://agilefaq.net/?pushpress=hub'/>
		<item>
		<title>What is an ideal source structure for an agile project</title>
		<link>http://agilefaq.net/2009/12/06/what-is-an-ideal-source-structure-for-an-agile-project/</link>
		<comments>http://agilefaq.net/2009/12/06/what-is-an-ideal-source-structure-for-an-agile-project/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 19:44:13 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Agile Practices]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://agilefaq.net/?p=296</guid>
		<description><![CDATA[Even after years of Subversion, this is one of the most common questions asked by agile teams. This is also a topic of religious discussion. Proposed here is a time and tested simple project structure that you can use for any Java, .NET project. If you are using Grails or Rails, the tool itself provides [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agilefaq.net&blog=1959399&post=296&subd=agilefaq&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Even after years of Subversion, this is one of the most common questions asked by agile teams. This is also a topic of religious discussion. Proposed here is a time and tested simple project structure that you can use for any Java, .NET project. If you are using Grails or Rails, the tool itself provides a similar code structure. </p>
<p><code>$\{CompanyName}<br />
  \{ProductName}<br />
    \trunk<br />
      \docs<br />
      \lib<br />
      \build<br />
      \src<br />
      \. . . { project folders }<br />
      \database<br />
      \test<br />
        \. . . { project folders }<br />
      \tools<br />
        \. . . { project folders }<br />
      \target<br />
    \releases<br />
    \tools</p>
<p></code></p>
<p>{ CompanyName } &#8211;This is your root name of your company, brand of product.<br />
{ProductName}</p>
<p>trunk&#8211; This is the root branch, where new feature development will occur.This is where all developers will check in on a daily basis  </p>
<p>trunk/src &#8211; All source goes here. </p>
<p>trunk/lib&#8211; This folder contains binaries, jar files referenced in test projects, as well as support applications (<br />
junit.jar, nunit.framework.dll, nant, ant.jar) </p>
<p>trunk/build &#8212; This folder contains support scripts necessary to build the main branch.Also here is where you could store your build scripts for continuous integration. </p>
<p>trunk/docs &#8212; This is where any necessary docs per <a href="http://agilefaq.net/2007/10/24/what-is-definition-of-done/">definition of done </a>will go. </p>
<p>trunk]database &#8212; This folder contains all versioned SQL scripts needed to build the various databases.</p>
<p>trunk/test &#8212; This folder contains all test projects will go. You may want to keep unit tests here or with the source tree and then just exclude it from the release build.</p>
<p>trunk/tools &#8212; This folder contains all projects that are support tools, such as command line utilities.  </p>
<p>trunk/target &#8212; Source from all the internal projects in source should compile to a common target folder.</p>
<p>/branches &#8212; This folder contains release branches, which will be branched from trunk for every release. </p>
<p>/tools &#8212; This folder contains any utility applications and scripts.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/agilefaq.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/agilefaq.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/agilefaq.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/agilefaq.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/agilefaq.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/agilefaq.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/agilefaq.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/agilefaq.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/agilefaq.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/agilefaq.wordpress.com/296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agilefaq.net&blog=1959399&post=296&subd=agilefaq&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://agilefaq.net/2009/12/06/what-is-an-ideal-source-structure-for-an-agile-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39ff2de7ab54d0ca72e65ab2a47b958b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vibhu</media:title>
		</media:content>
	</item>
		<item>
		<title>Is there a suggested list of books for agile teams?</title>
		<link>http://agilefaq.net/2009/06/10/is-there-a-suggested-list-of-books-for-agile-teams/</link>
		<comments>http://agilefaq.net/2009/06/10/is-there-a-suggested-list-of-books-for-agile-teams/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 19:42:43 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Agile Practices]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://agilefaq.net/?p=213</guid>
		<description><![CDATA[We are often asked about books for agile teams. Here is a great starter list for teams practicing agile software development. Agile Bookshelf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agilefaq.net&blog=1959399&post=213&subd=agilefaq&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>We are often asked about books for agile teams. Here is a great starter list for teams practicing agile software development.<br />
<a href='http://agilefaq.files.wordpress.com/2009/06/agile-bookshelf.pdf'>Agile Bookshelf</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/agilefaq.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/agilefaq.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/agilefaq.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/agilefaq.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/agilefaq.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/agilefaq.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/agilefaq.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/agilefaq.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/agilefaq.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/agilefaq.wordpress.com/213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agilefaq.net&blog=1959399&post=213&subd=agilefaq&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://agilefaq.net/2009/06/10/is-there-a-suggested-list-of-books-for-agile-teams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39ff2de7ab54d0ca72e65ab2a47b958b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vibhu</media:title>
		</media:content>
	</item>
		<item>
		<title>What is Kiss Principle</title>
		<link>http://agilefaq.net/2007/11/03/what-is-kiss-principle/</link>
		<comments>http://agilefaq.net/2007/11/03/what-is-kiss-principle/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 21:41:32 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Agile Practices]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[XP Practices]]></category>

		<guid isPermaLink="false">http://agilefaq.wordpress.com/2007/11/03/what-is-kiss-principle/</guid>
		<description><![CDATA[KISS in Agile stands for Keep it simple Stupid This applies to everything from planning, to design to development. Do the simplest thing possible. Don&#8217;t make it up. Keep it simple<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agilefaq.net&blog=1959399&post=20&subd=agilefaq&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p> <img src="http://trak.in/wp-content/uploads/2007/08/keep-it-simple-stupid-kiss.png" height="106" width="108" /></p>
<p>KISS in Agile stands for  Keep it simple Stupid</p>
<p>This applies to everything from planning, to design to development.</p>
<p>Do the simplest thing possible.</p>
<p>Don&#8217;t make it up.</p>
<p>Keep it simple</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/agilefaq.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/agilefaq.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/agilefaq.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/agilefaq.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/agilefaq.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/agilefaq.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/agilefaq.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/agilefaq.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/agilefaq.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/agilefaq.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/agilefaq.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/agilefaq.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=agilefaq.net&blog=1959399&post=20&subd=agilefaq&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://agilefaq.net/2007/11/03/what-is-kiss-principle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39ff2de7ab54d0ca72e65ab2a47b958b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vibhu</media:title>
		</media:content>

		<media:content url="http://trak.in/wp-content/uploads/2007/08/keep-it-simple-stupid-kiss.png" medium="image" />
	</item>
	</channel>
</rss>