<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - Documentation Practices]]></title>
		<link>http://railsforum.com/viewtopic.php?id=38670</link>
		<description><![CDATA[The most recent posts in Documentation Practices.]]></description>
		<lastBuildDate>Thu, 02 Dec 2010 12:58:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Documentation Practices]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=133953#p133953</link>
			<description><![CDATA[<p>Thanks <img src="http://railsforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Solacebl)]]></author>
			<pubDate>Thu, 02 Dec 2010 12:58:53 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=133953#p133953</guid>
		</item>
		<item>
			<title><![CDATA[Re: Documentation Practices]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=126114#p126114</link>
			<description><![CDATA[<p>Thanks for the responses <img src="http://railsforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" />.</p>]]></description>
			<author><![CDATA[dummy@example.com (mikben)]]></author>
			<pubDate>Wed, 09 Jun 2010 14:37:59 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=126114#p126114</guid>
		</item>
		<item>
			<title><![CDATA[Re: Documentation Practices]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=124299#p124299</link>
			<description><![CDATA[<p>I&#039;d rather describe methods using tests than write a comment for each method. A good test suite will be much more valuable to your successors than a pile of static documentation that quickly becomes outdated.</p><p>If your application is very large, a UMLish class diagramm can be useful for the new team. I also like to give new developers a 15-minute tour through the model and any non-standard gems.</p>]]></description>
			<author><![CDATA[dummy@example.com (henning)]]></author>
			<pubDate>Thu, 13 May 2010 11:34:37 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=124299#p124299</guid>
		</item>
		<item>
			<title><![CDATA[Re: Documentation Practices]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=124275#p124275</link>
			<description><![CDATA[<p>Comment the code. Do descriptive comments about each method at the top of the method. Add other comments where you feel necessary. It&#039;s usually a good idea to label what each of the parameters are and the return type. That&#039;s pretty standard in java doc comments.</p><div class="codebox"><pre><code># This method strips out all html tags from the given string
#
# @param [String] html : The string passed as html
# @return [String]
def strip_html_tags(html)
  return html.gsub(/&lt;\/?[^&gt;]*&gt;/, &quot;&quot;)
end</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (agm_ultimatex)]]></author>
			<pubDate>Thu, 13 May 2010 02:37:56 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=124275#p124275</guid>
		</item>
		<item>
			<title><![CDATA[Documentation Practices]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=123684#p123684</link>
			<description><![CDATA[<p>I&#039;m going to be working on a project this summer that I&#039;ll most likely be transferring to a team as soon as my contract ends.&nbsp; I&#039;d like to make it as easy as possible for them to pick up the project; aside from &quot;good&quot; inline coding and perhaps making an external &quot;log&quot; documenting progress, does anyone have any suggestions regarding tools or practices I could employ to make the project transfer as seamless as possible?</p>]]></description>
			<author><![CDATA[dummy@example.com (mikben)]]></author>
			<pubDate>Fri, 30 Apr 2010 16:52:18 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=123684#p123684</guid>
		</item>
	</channel>
</rss>
