<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Twelve Lessons From Writing Documentation</title>
	<atom:link href="http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/</link>
	<description>Jeff Staddon on Business and Technology</description>
	<lastBuildDate>Sun, 12 Jul 2009 17:41:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: [Traduction] La documentation vous apprend 12 choses &#171; Opensource et Web2.0</title>
		<link>http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-824</link>
		<dc:creator>[Traduction] La documentation vous apprend 12 choses &#171; Opensource et Web2.0</dc:creator>
		<pubDate>Mon, 12 May 2008 13:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-824</guid>
		<description>[...] Publié le mai 12, 2008 par Sarah Haïm-Lubczanski   Ce qui suit est une traduction libre du billet  Twelve Lessons From Writing Documentation de Jeff Staddon, paru en novembre [...]</description>
		<content:encoded><![CDATA[<p>[...] Publié le mai 12, 2008 par Sarah Haïm-Lubczanski   Ce qui suit est une traduction libre du billet  Twelve Lessons From Writing Documentation de Jeff Staddon, paru en novembre [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Lloyd</title>
		<link>http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-538</link>
		<dc:creator>James Lloyd</dc:creator>
		<pubDate>Thu, 22 Nov 2007 03:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-538</guid>
		<description>My motivation for documentation is two fold:

1.  Remind myself when I forget how I did something.
2.  Gives me a convenient place to point people when I don&#039;t want to do something: &quot;everything you need to know is on the wiki&quot;.</description>
		<content:encoded><![CDATA[<p>My motivation for documentation is two fold:</p>
<p>1.  Remind myself when I forget how I did something.<br />
2.  Gives me a convenient place to point people when I don&#8217;t want to do something: &#8220;everything you need to know is on the wiki&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane Grenier</title>
		<link>http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-524</link>
		<dc:creator>Stephane Grenier</dc:creator>
		<pubDate>Mon, 19 Nov 2007 15:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-524</guid>
		<description>Hi Jeff,

Great post! And I can&#039;t agree enough with you that a wiki is great documentation tool. It&#039;s much better than a shared directory of documents. Not only that, it really facilitates a lot of the good suggestions you give (such as breaking it down, etc.).

Regard,
Steph</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Great post! And I can&#8217;t agree enough with you that a wiki is great documentation tool. It&#8217;s much better than a shared directory of documents. Not only that, it really facilitates a lot of the good suggestions you give (such as breaking it down, etc.).</p>
<p>Regard,<br />
Steph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soon Hui</title>
		<link>http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-519</link>
		<dc:creator>Soon Hui</dc:creator>
		<pubDate>Mon, 19 Nov 2007 00:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-519</guid>
		<description>Nice post, Jeff.

I did try to document my code, using various tools, including plain Microsoft Word, Microsoft Visio and XML in-code comments. I must admit that none of these worked very well. Even the XML in-code comments had very little usefullness because more often than not, I didn&#039;t bother to update any documentation when my code underwent changes. And you know, dead comments are useless at best and misleading at worst.

So now instead of trying to explain what the code is doing or why it is there, I tend to rely on short methods to self document. After all, the documentation that really counts, is the code itself.

However, there is one place where I document my code religiously-- The related bug numbers in a bug tracking repository of a test case. It is really useful because it allows me to understand what the test case is doing and why it is there.</description>
		<content:encoded><![CDATA[<p>Nice post, Jeff.</p>
<p>I did try to document my code, using various tools, including plain Microsoft Word, Microsoft Visio and XML in-code comments. I must admit that none of these worked very well. Even the XML in-code comments had very little usefullness because more often than not, I didn&#8217;t bother to update any documentation when my code underwent changes. And you know, dead comments are useless at best and misleading at worst.</p>
<p>So now instead of trying to explain what the code is doing or why it is there, I tend to rely on short methods to self document. After all, the documentation that really counts, is the code itself.</p>
<p>However, there is one place where I document my code religiously&#8211; The related bug numbers in a bug tracking repository of a test case. It is really useful because it allows me to understand what the test case is doing and why it is there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Coon</title>
		<link>http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-517</link>
		<dc:creator>Mike Coon</dc:creator>
		<pubDate>Sun, 18 Nov 2007 21:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://jeffspost.wordpress.com/2007/11/18/twelve-lessons-from-writing-documentation/#comment-517</guid>
		<description>One comment about using hyperlinks.  I like to create documents in an outline form and put the detail in a linked doc.  That way I can write something like &#039;Create Build List&#039; as one of many steps with a link that a new user can go to for the detailed instructions on how to do it.

Mike</description>
		<content:encoded><![CDATA[<p>One comment about using hyperlinks.  I like to create documents in an outline form and put the detail in a linked doc.  That way I can write something like &#8216;Create Build List&#8217; as one of many steps with a link that a new user can go to for the detailed instructions on how to do it.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
