<?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://coolshell.cn/articles/2424.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coolshell.cn/articles/2424.html</link>
	<description>享受编程和技术所带来的快乐 - http://coolshell.cn</description>
	<lastBuildDate>Mon, 21 May 2012 17:16:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：anzhihun</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-167724</link>
		<dc:creator>anzhihun</dc:creator>
		<pubDate>Wed, 25 Apr 2012 15:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-167724</guid>
		<description>一般是TDD +  持续重构， 重构后是否就质量高了，  还是要看人自身的能力， TDD这些都仅仅是实践方法而已。</description>
		<content:encoded><![CDATA[<p>一般是TDD +  持续重构， 重构后是否就质量高了，  还是要看人自身的能力， TDD这些都仅仅是实践方法而已。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：值得程序员注意的一些观点(总结) &#124; 彦东</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-147845</link>
		<dc:creator>值得程序员注意的一些观点(总结) &#124; 彦东</dc:creator>
		<pubDate>Wed, 21 Mar 2012 11:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-147845</guid>
		<description>[...] http://coolshell.cn/articles/2424.html [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://coolshell.cn/articles/2424.html" rel="nofollow">http://coolshell.cn/articles/2424.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：彦东 &#187; 值得程序员注意的一些观点(总结)</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-145411</link>
		<dc:creator>彦东 &#187; 值得程序员注意的一些观点(总结)</dc:creator>
		<pubDate>Wed, 14 Mar 2012 15:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-145411</guid>
		<description>[...] http://coolshell.cn/articles/2424.html [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://coolshell.cn/articles/2424.html" rel="nofollow">http://coolshell.cn/articles/2424.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：alex</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-105585</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 03 Dec 2011 16:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-105585</guid>
		<description>很多都不是一个是或非就能说清楚的，有道理，但也应该有范围来范围。</description>
		<content:encoded><![CDATA[<p>很多都不是一个是或非就能说清楚的，有道理，但也应该有范围来范围。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Nikita</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-105078</link>
		<dc:creator>Nikita</dc:creator>
		<pubDate>Fri, 02 Dec 2011 13:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-105078</guid>
		<description>TDD过程中不是需要不停的进行重构么？为什么说 不是让程序员或代码质量更有长进呢？

&quot;最后，顺便说一下，以前去那个敏捷的公司面试，发现那个公司的某些技术人员中毒不浅，具体表现在上述的1）9）10）观点上。&quot;
不会是说Thoughtworks这个公司吧？</description>
		<content:encoded><![CDATA[<p>TDD过程中不是需要不停的进行重构么？为什么说 不是让程序员或代码质量更有长进呢？</p>
<p>“最后，顺便说一下，以前去那个敏捷的公司面试，发现那个公司的某些技术人员中毒不浅，具体表现在上述的1）9）10）观点上。”<br />
不会是说Thoughtworks这个公司吧？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：leizisdu</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-102708</link>
		<dc:creator>leizisdu</dc:creator>
		<pubDate>Sun, 27 Nov 2011 09:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-102708</guid>
		<description>我对第3条是有争议的：比如一个函数的注释，只要将这个函数的功能、形参和返回值解释清楚就可以了。用户一看这个函数的注释就知道这个函数的功能及怎样用这个函数，对用户来说，他有必要知道这个函数为什么要这么编写吗？</description>
		<content:encoded><![CDATA[<p>我对第3条是有争议的：比如一个函数的注释，只要将这个函数的功能、形参和返回值解释清楚就可以了。用户一看这个函数的注释就知道这个函数的功能及怎样用这个函数，对用户来说，他有必要知道这个函数为什么要这么编写吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：leizisdu</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-102705</link>
		<dc:creator>leizisdu</dc:creator>
		<pubDate>Sun, 27 Nov 2011 09:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-102705</guid>
		<description>&lt;a href=&quot;#comment-6685&quot; rel=&quot;nofollow&quot;&gt;@sjinny &lt;/a&gt; 
哦，原来是这样：D</description>
		<content:encoded><![CDATA[<p><a href="#comment-6685" rel="nofollow">@sjinny </a><br />
哦，原来是这样：D</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ospider</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-100487</link>
		<dc:creator>ospider</dc:creator>
		<pubDate>Tue, 22 Nov 2011 14:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-100487</guid>
		<description>不要再英文中使用中文引号‘，要用英文引号&#039;</description>
		<content:encoded><![CDATA[<p>不要再英文中使用中文引号‘，要用英文引号&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：html5</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-81084</link>
		<dc:creator>html5</dc:creator>
		<pubDate>Sun, 11 Sep 2011 09:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-81084</guid>
		<description>仁者见仁，智者见智</description>
		<content:encoded><![CDATA[<p>仁者见仁，智者见智</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：JadiysonTaki&#039;s Blog &#187; 提高编程技能最有效的方法</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-2#comment-73486</link>
		<dc:creator>JadiysonTaki&#039;s Blog &#187; 提高编程技能最有效的方法</dc:creator>
		<pubDate>Sun, 14 Aug 2011 07:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-73486</guid>
		<description>[...] 把你的想法说出去，看看别人怎么回应的。从别人的回应中学习。  除了这些，下面是我个人想给你的建议&#8212;&#8212;  可能只能算精神，不能算方法。我以前也写过《五个方法成为更好的程序员》，《十条不错的编程观点》，还有《优秀程序员的十个习惯》这几篇文章也能给你一些启发。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 把你的想法说出去，看看别人怎么回应的。从别人的回应中学习。  除了这些，下面是我个人想给你的建议&mdash;&mdash;  可能只能算精神，不能算方法。我以前也写过《五个方法成为更好的程序员》，《十条不错的编程观点》，还有《优秀程序员的十个习惯》这几篇文章也能给你一些启发。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：songtianyi</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-1#comment-63261</link>
		<dc:creator>songtianyi</dc:creator>
		<pubDate>Tue, 05 Jul 2011 08:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-63261</guid>
		<description>语言都是博大精深的，中文的诗歌用英文简直不是一个调儿，英文用中文去翻译往往丢掉了其中的韵味 如果所有的东西都阐述出来 会非常冗长</description>
		<content:encoded><![CDATA[<p>语言都是博大精深的，中文的诗歌用英文简直不是一个调儿，英文用中文去翻译往往丢掉了其中的韵味 如果所有的东西都阐述出来 会非常冗长</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：最佳编程语录 &#124; 在路上</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-1#comment-58086</link>
		<dc:creator>最佳编程语录 &#124; 在路上</dc:creator>
		<pubDate>Fri, 10 Jun 2011 16:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-58086</guid>
		<description>[...] 以前本站发布过《22条经典的编程引言》、《编程引言补充》、《Linus Torvalds 语录》还有《十条不错的编程观点》。今天向大家介绍“最佳编程语录”，条条都是很不错的语录，如同我们的太阳，照亮了我们的方向（所以我们选用了一个红色的图片，希望能够通过五毛们的网络审查）。其中只有一两条在以前本站发布过的文章中出现过。这篇文章的出处在这里，下面是“Neo”和“陈皓”的翻译，我们的翻译水平有限，所以，我们提供了中英文对照，有不当之处，还请各位指正。 A good programmer is someone who looks both ways before crossing a one-way street. — Doug Linder, systems administrator [...]</description>
		<content:encoded><![CDATA[<p>[...] 以前本站发布过《22条经典的编程引言》、《编程引言补充》、《Linus Torvalds 语录》还有《十条不错的编程观点》。今天向大家介绍“最佳编程语录”，条条都是很不错的语录，如同我们的太阳，照亮了我们的方向（所以我们选用了一个红色的图片，希望能够通过五毛们的网络审查）。其中只有一两条在以前本站发布过的文章中出现过。这篇文章的出处在这里，下面是“Neo”和“陈皓”的翻译，我们的翻译水平有限，所以，我们提供了中英文对照，有不当之处，还请各位指正。 A good programmer is someone who looks both ways before crossing a one-way street. — Doug Linder, systems administrator [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：一些鲜为人知的编程事实 &#124; w3er</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-1#comment-52330</link>
		<dc:creator>一些鲜为人知的编程事实 &#124; w3er</dc:creator>
		<pubDate>Sun, 15 May 2011 16:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-52330</guid>
		<description>[...] 2010年05月14日 &#8212; 十条不错的编程观点 [...]</description>
		<content:encoded><![CDATA[<p>[...] 2010年05月14日 &#8212; 十条不错的编程观点 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：[收藏]好程序员和坏程序员 &#124; w3er</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-1#comment-52326</link>
		<dc:creator>[收藏]好程序员和坏程序员 &#124; w3er</dc:creator>
		<pubDate>Sun, 15 May 2011 16:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-52326</guid>
		<description>[...] 寻找不同观点：程序员好像并不喜欢技术上有异见的人，他们特别喜欢争论各自的技术观点。但是，他们忽略了不同观点的价值。任何事情都有好有坏，我们应该学会在不同观点中学习和平衡。这样才会更多的了解编程和技术。要经常在做事之前问自己和别人，这么做对不对？做完事后问自己，还可不可以改进？努力去寻找别一个观点。程序员应该经常上网，经常和同事讨论不同的实现方法，不同的技术观点，这样才能取长补短。然而，在实际工作中，我发现程序员们并不喜欢互相请教，因为请教的人怕别人看不起他，而被请教的人总是先贬低对方的能力，哎……（参看《十个让你变成糟糕的程序员的行为》），如果有这样的文化氛围的话，那也没有关系。上网吧，网上的人谁也不认识谁，可以尽情地问一些愚蠢的问题。呵呵。总之，一定要明白，如果某些事情只有一个观点，那么你一定要怀疑一下了，没有观点和技术方案的比较，没有百花齐放的情况，你就无法知道是否还有更好的东西。真正的和谐不是只有一种声音，真正的和谐而是在不同的观点声音下取长补短，百家争鸣（参看《十条不错的编程观点》）。否则，你永远都不会接受到新的观点，也就无法进步和成长了。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 寻找不同观点：程序员好像并不喜欢技术上有异见的人，他们特别喜欢争论各自的技术观点。但是，他们忽略了不同观点的价值。任何事情都有好有坏，我们应该学会在不同观点中学习和平衡。这样才会更多的了解编程和技术。要经常在做事之前问自己和别人，这么做对不对？做完事后问自己，还可不可以改进？努力去寻找别一个观点。程序员应该经常上网，经常和同事讨论不同的实现方法，不同的技术观点，这样才能取长补短。然而，在实际工作中，我发现程序员们并不喜欢互相请教，因为请教的人怕别人看不起他，而被请教的人总是先贬低对方的能力，哎……（参看《十个让你变成糟糕的程序员的行为》），如果有这样的文化氛围的话，那也没有关系。上网吧，网上的人谁也不认识谁，可以尽情地问一些愚蠢的问题。呵呵。总之，一定要明白，如果某些事情只有一个观点，那么你一定要怀疑一下了，没有观点和技术方案的比较，没有百花齐放的情况，你就无法知道是否还有更好的东西。真正的和谐不是只有一种声音，真正的和谐而是在不同的观点声音下取长补短，百家争鸣（参看《十条不错的编程观点》）。否则，你永远都不会接受到新的观点，也就无法进步和成长了。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：十条不错的编程观点</title>
		<link>http://coolshell.cn/articles/2424.html/comment-page-1#comment-45854</link>
		<dc:creator>十条不错的编程观点</dc:creator>
		<pubDate>Wed, 20 Apr 2011 03:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2424#comment-45854</guid>
		<description>[...] 原文：http://coolshell.cn/?p=2424 （转载本文请注明作者和出处，请勿用于商业用途） [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文：http://coolshell.cn/?p=2424 （转载本文请注明作者和出处，请勿用于商业用途） [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

