<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Annotated Source Code As Documentation, With Docco</title>
	<atom:link href="http://lostechies.com/derickbailey/2011/12/14/annotated-source-code-as-documentation-with-docco/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2011/12/14/annotated-source-code-as-documentation-with-docco/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Thu, 20 Jun 2013 04:02:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Tony</title>
		<link>http://lostechies.com/derickbailey/2011/12/14/annotated-source-code-as-documentation-with-docco/#comment-2673</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 09 Aug 2012 19:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=712#comment-2673</guid>
		<description>can you make a blog post or page with a list of JS projects covered in docco format? I am finding them great resources for studying patterns.


keep chugging.
tony</description>
		<content:encoded><![CDATA[<p>can you make a blog post or page with a list of JS projects covered in docco format? I am finding them great resources for studying patterns.</p>
<p>keep chugging.<br />
tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/derickbailey/2011/12/14/annotated-source-code-as-documentation-with-docco/#comment-2385</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 23 Apr 2012 15:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=712#comment-2385</guid>
		<description>thanks so much for this! i&#039;m a novice web developer who&#039;s been tasked to develop api options for the company i&#039;m interning at. a simple yet highly helpful blog post.</description>
		<content:encoded><![CDATA[<p>thanks so much for this! i&#8217;m a novice web developer who&#8217;s been tasked to develop api options for the company i&#8217;m interning at. a simple yet highly helpful blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Sorensen</title>
		<link>http://lostechies.com/derickbailey/2011/12/14/annotated-source-code-as-documentation-with-docco/#comment-2046</link>
		<dc:creator>Bill Sorensen</dc:creator>
		<pubDate>Fri, 16 Dec 2011 18:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=712#comment-2046</guid>
		<description>THANK you! It&#039;s nice to hear from someone else who&#039;s felt the pain of poorly-documented open source projects.</description>
		<content:encoded><![CDATA[<p>THANK you! It&#8217;s nice to hear from someone else who&#8217;s felt the pain of poorly-documented open source projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2011/12/14/annotated-source-code-as-documentation-with-docco/#comment-2034</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Wed, 14 Dec 2011 21:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=712#comment-2034</guid>
		<description>i might be on an old version, or maybe i installed node a month or two ago, so i was just going off memory for that :)</description>
		<content:encoded><![CDATA[<p>i might be on an old version, or maybe i installed node a month or two ago, so i was just going off memory for that :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Roche</title>
		<link>http://lostechies.com/derickbailey/2011/12/14/annotated-source-code-as-documentation-with-docco/#comment-2033</link>
		<dc:creator>Ramon Roche</dc:creator>
		<pubDate>Wed, 14 Dec 2011 21:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=712#comment-2033</guid>
		<description>I dont think hombrew lets you do sudo anymore</description>
		<content:encoded><![CDATA[<p>I dont think hombrew lets you do sudo anymore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Mahoney</title>
		<link>http://lostechies.com/derickbailey/2011/12/14/annotated-source-code-as-documentation-with-docco/#comment-2031</link>
		<dc:creator>Jonathan Mahoney</dc:creator>
		<pubDate>Wed, 14 Dec 2011 15:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=712#comment-2031</guid>
		<description>I&#039;ve been recently dabbling with Docco and can say that its a fantastic addition to a project. I would recommend that, if you&#039;re uncomfortable with the CoffeeScript implementation that you check out the various ports into other languages. 


Our team use C# primarily, and as such are more comfortable using the C# implementation of Docco, called Nocco. This and others such as Pycco and Rocco are all mentioned in the intro paragraph on Docco&#039;s site:  http://jashkenas.github.com/docco/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been recently dabbling with Docco and can say that its a fantastic addition to a project. I would recommend that, if you&#8217;re uncomfortable with the CoffeeScript implementation that you check out the various ports into other languages. </p>
<p>Our team use C# primarily, and as such are more comfortable using the C# implementation of Docco, called Nocco. This and others such as Pycco and Rocco are all mentioned in the intro paragraph on Docco&#8217;s site:  http://jashkenas.github.com/docco/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
