<?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: Documenting the Easy Functions First</title>
	<atom:link href="http://jacobsantos.com/2008/general/documenting-the-easy-functions-first/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacobsantos.com/2008/general/documenting-the-easy-functions-first/</link>
	<description>Rumblings, rants, essays, stories by Jacob Santos about Web Site Development, Persistent Browser-Based Games, personal journal, and Programming.</description>
	<lastBuildDate>Mon, 21 May 2012 13:04:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-aortic-dissection</generator>
	<item>
		<title>By: Jacob Santos</title>
		<link>http://jacobsantos.com/2008/general/documenting-the-easy-functions-first/comment-page-1/#comment-33226</link>
		<dc:creator>Jacob Santos</dc:creator>
		<pubDate>Thu, 26 Jun 2008 00:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.santosj.name/?p=585#comment-33226</guid>
		<description>I think it looks good, except that the &quot;function_name() -&quot; standard has been removed since it doesn&#039;t look right in phpdocumentor and phpxref sites.

I wouldn&#039;t worry about critique, if something is wrong, someone will come along and fix it.</description>
		<content:encoded><![CDATA[<p>I think it looks good, except that the &#8220;function_name() -&#8221; standard has been removed since it doesn&#8217;t look right in phpdocumentor and phpxref sites.</p>
<p>I wouldn&#8217;t worry about critique, if something is wrong, someone will come along and fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://jacobsantos.com/2008/general/documenting-the-easy-functions-first/comment-page-1/#comment-33225</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 24 Jun 2008 22:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.santosj.name/?p=585#comment-33225</guid>
		<description>Hey, I&#039;ve kinda jumped in and had a go on formatting.php, expanding on your diff from trac. I&#039;ve only done the first few functions at the moment but I was wondering if you&#039;d mind checking them and pointing out anything I forgot or could&#039;ve done better. The diff is &lt;a href=&quot;http://www.scott-h.com/formatting.diff&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. 

Cheers.</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;ve kinda jumped in and had a go on formatting.php, expanding on your diff from trac. I&#8217;ve only done the first few functions at the moment but I was wondering if you&#8217;d mind checking them and pointing out anything I forgot or could&#8217;ve done better. The diff is <a href="http://www.scott-h.com/formatting.diff" rel="nofollow">here</a>. </p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Santos</title>
		<link>http://jacobsantos.com/2008/general/documenting-the-easy-functions-first/comment-page-1/#comment-33220</link>
		<dc:creator>Jacob Santos</dc:creator>
		<pubDate>Mon, 23 Jun 2008 01:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.santosj.name/?p=585#comment-33220</guid>
		<description>Also, if you document an entire file, then add your name to the list on &lt;a href=&quot;http://codex.wordpress.org/Inline_Documentation#Inline_Documentation_Effort_Contributors&quot; rel=&quot;nofollow&quot;&gt;the list of contributors&lt;/a&gt; for the inline documentation effort.</description>
		<content:encoded><![CDATA[<p>Also, if you document an entire file, then add your name to the list on <a href="http://codex.wordpress.org/Inline_Documentation#Inline_Documentation_Effort_Contributors" rel="nofollow">the list of contributors</a> for the inline documentation effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Santos</title>
		<link>http://jacobsantos.com/2008/general/documenting-the-easy-functions-first/comment-page-1/#comment-33219</link>
		<dc:creator>Jacob Santos</dc:creator>
		<pubDate>Mon, 23 Jun 2008 01:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.santosj.name/?p=585#comment-33219</guid>
		<description>Well, I&#039;m having difficult finding time for post.php, which much of the inline documentation is inaccurate, which is worse than not having any.

Function.php has half of the functions documented and is arguably the most used functions in WordPress besides formatting.php, which probably is the most used or close second.

I jump around a lot, so I&#039;m not sure what I&#039;ll be working on. My advice is always, if you see a function that you&#039;ve discovered the meaning behind, then write documentation for it and apply a patch to http://trac.wordpress.org/ticket/7038 or if you document an entire file, search for a ticket for that file or if one doesn&#039;t exist then create one for it.

I&#039;ve been devoting about an hour each Saturday and Sunday to completing the inline documentation. I plan on completing the script loader.php and shortcodes.php files today. I also want to revisit some of the functions in post.php and try to fix the documentation for some of the functions. I&#039;m probably not going to revisit functions.php or formatting.php until post.php is completed.</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m having difficult finding time for post.php, which much of the inline documentation is inaccurate, which is worse than not having any.</p>
<p>Function.php has half of the functions documented and is arguably the most used functions in WordPress besides formatting.php, which probably is the most used or close second.</p>
<p>I jump around a lot, so I&#8217;m not sure what I&#8217;ll be working on. My advice is always, if you see a function that you&#8217;ve discovered the meaning behind, then write documentation for it and apply a patch to <a href="http://trac.wordpress.org/ticket/7038" rel="nofollow">http://trac.wordpress.org/ticket/7038</a> or if you document an entire file, search for a ticket for that file or if one doesn&#8217;t exist then create one for it.</p>
<p>I&#8217;ve been devoting about an hour each Saturday and Sunday to completing the inline documentation. I plan on completing the script loader.php and shortcodes.php files today. I also want to revisit some of the functions in post.php and try to fix the documentation for some of the functions. I&#8217;m probably not going to revisit functions.php or formatting.php until post.php is completed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://jacobsantos.com/2008/general/documenting-the-easy-functions-first/comment-page-1/#comment-33218</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 22 Jun 2008 21:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.santosj.name/?p=585#comment-33218</guid>
		<description>I applaud your efforts. As a developer coming to wordpress interested in how it works, I was amazed at the lack of documentation in the code. I&#039;m still getting my bearings but if you&#039;ve got anything specific that you&#039;d like help on, feel free to ask. I can&#039;t think of a better way of learning the code than by documenting it.</description>
		<content:encoded><![CDATA[<p>I applaud your efforts. As a developer coming to wordpress interested in how it works, I was amazed at the lack of documentation in the code. I&#8217;m still getting my bearings but if you&#8217;ve got anything specific that you&#8217;d like help on, feel free to ask. I can&#8217;t think of a better way of learning the code than by documenting it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

