<?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>《良好的代码注释》的评论</title>
	<atom:link href="http://5key.net/blog/2008/code-remark/feed/" rel="self" type="application/rss+xml" />
	<link>http://5key.net/blog/2008/code-remark/</link>
	<description>设计改变生活</description>
	<lastBuildDate>Mon, 07 May 2012 07:34:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：mcchen</title>
		<link>http://5key.net/blog/2008/code-remark/comment-page-1/#comment-839</link>
		<dc:creator>mcchen</dc:creator>
		<pubDate>Mon, 23 Jun 2008 15:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/blog/index.php/2008/06/06/code-remark/#comment-839</guid>
		<description>我们做项目也用同样的方法，先约定A(add),M(modify),D(delete)来代表所做的操作，日期:yy.mm.dd，人名都用拼音缩写（在设计规范中约定）。然后在css中添加注释，注释起来简单明了</description>
		<content:encoded><![CDATA[<p>我们做项目也用同样的方法，先约定A(add),M(modify),D(delete)来代表所做的操作，日期:yy.mm.dd，人名都用拼音缩写（在设计规范中约定）。然后在css中添加注释，注释起来简单明了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：锐风</title>
		<link>http://5key.net/blog/2008/code-remark/comment-page-1/#comment-843</link>
		<dc:creator>锐风</dc:creator>
		<pubDate>Mon, 16 Jun 2008 01:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/blog/index.php/2008/06/06/code-remark/#comment-843</guid>
		<description>好文.</description>
		<content:encoded><![CDATA[<p>好文.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：5key</title>
		<link>http://5key.net/blog/2008/code-remark/comment-page-1/#comment-840</link>
		<dc:creator>5key</dc:creator>
		<pubDate>Sat, 14 Jun 2008 15:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/blog/index.php/2008/06/06/code-remark/#comment-840</guid>
		<description>代码注释，只是我们在本地维护用，在发布到正式环境的时候会去掉所有的注释。并且，这个只是我个人的一些想法，而非我们现在的做法 ：）</description>
		<content:encoded><![CDATA[<p>代码注释，只是我们在本地维护用，在发布到正式环境的时候会去掉所有的注释。并且，这个只是我个人的一些想法，而非我们现在的做法 ：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：DIno</title>
		<link>http://5key.net/blog/2008/code-remark/comment-page-1/#comment-841</link>
		<dc:creator>DIno</dc:creator>
		<pubDate>Sat, 14 Jun 2008 11:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/blog/index.php/2008/06/06/code-remark/#comment-841</guid>
		<description>对于一个国际性的网站，加这么多的代码注释，是不是加重了css呢？
下载loading速度。
至于管控，svn vss可以，或者有其它的解决方法。</description>
		<content:encoded><![CDATA[<p>对于一个国际性的网站，加这么多的代码注释，是不是加重了css呢？<br />
下载loading速度。<br />
至于管控，svn vss可以，或者有其它的解决方法。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：swan</title>
		<link>http://5key.net/blog/2008/code-remark/comment-page-1/#comment-844</link>
		<dc:creator>swan</dc:creator>
		<pubDate>Tue, 10 Jun 2008 02:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/blog/index.php/2008/06/06/code-remark/#comment-844</guid>
		<description>这种注释代码有什么意义么？</description>
		<content:encoded><![CDATA[<p>这种注释代码有什么意义么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Ini艾妮</title>
		<link>http://5key.net/blog/2008/code-remark/comment-page-1/#comment-837</link>
		<dc:creator>Ini艾妮</dc:creator>
		<pubDate>Tue, 10 Jun 2008 02:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/blog/index.php/2008/06/06/code-remark/#comment-837</guid>
		<description>一般这样的注释得需要团队所有人员共同使用 就像形成规定一样</description>
		<content:encoded><![CDATA[<p>一般这样的注释得需要团队所有人员共同使用 就像形成规定一样</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yoinks</title>
		<link>http://5key.net/blog/2008/code-remark/comment-page-1/#comment-838</link>
		<dc:creator>yoinks</dc:creator>
		<pubDate>Sat, 07 Jun 2008 11:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/blog/index.php/2008/06/06/code-remark/#comment-838</guid>
		<description>涛哥，blog风格要换了哦，不符合你特点啊。以前经常出新的风格的。</description>
		<content:encoded><![CDATA[<p>涛哥，blog风格要换了哦，不符合你特点啊。以前经常出新的风格的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：5key</title>
		<link>http://5key.net/blog/2008/code-remark/comment-page-1/#comment-836</link>
		<dc:creator>5key</dc:creator>
		<pubDate>Fri, 06 Jun 2008 14:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/blog/index.php/2008/06/06/code-remark/#comment-836</guid>
		<description>SVN确实可以做到。但是这里的注释是给每一个人来看的。有些东西只会在本地测试</description>
		<content:encoded><![CDATA[<p>SVN确实可以做到。但是这里的注释是给每一个人来看的。有些东西只会在本地测试</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：大猫</title>
		<link>http://5key.net/blog/2008/code-remark/comment-page-1/#comment-842</link>
		<dc:creator>大猫</dc:creator>
		<pubDate>Fri, 06 Jun 2008 11:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://5key.net/blog/index.php/2008/06/06/code-remark/#comment-842</guid>
		<description>小乌龟SVN show log 就知道谁改了改了哪里，双击列表里的文件就会调用比较工具，这玩意儿超好用

或者开发的时候用这个方法，发布的时候压缩一下去掉所有注释哈</description>
		<content:encoded><![CDATA[<p>小乌龟SVN show log 就知道谁改了改了哪里，双击列表里的文件就会调用比较工具，这玩意儿超好用</p>
<p>或者开发的时候用这个方法，发布的时候压缩一下去掉所有注释哈</p>
]]></content:encoded>
	</item>
</channel>
</rss>

