<?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: 编程珠玑番外篇-6.高效能编程的七个好习惯</title>
	<atom:link href="http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/</link>
	<description>I am Eric Xu, a Googler.</description>
	<lastBuildDate>Wed, 08 Feb 2012 04:38:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: 老卡</title>
		<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/#comment-4918</link>
		<dc:creator>老卡</dc:creator>
		<pubDate>Fri, 09 Jan 2009 06:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=682#comment-4918</guid>
		<description>真的不错~~</description>
		<content:encoded><![CDATA[<p>真的不错~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/#comment-4834</link>
		<dc:creator>me</dc:creator>
		<pubDate>Thu, 18 Dec 2008 07:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=682#comment-4834</guid>
		<description>#define ASSERT(value, msg)  \
do{ \
if (!(value)) \
{fprinft(stderr, &quot;At file %s, line %d: \n message: %s\n&quot;, __FILE__, __LINE__, msg); exit(-1);} \
while(0)</description>
		<content:encoded><![CDATA[<p>#define ASSERT(value, msg)  \<br />
do{ \<br />
if (!(value)) \<br />
{fprinft(stderr, &#8220;At file %s, line %d: \n message: %s\n&#8221;, __FILE__, __LINE__, msg); exit(-1);} \<br />
while(0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 李笑来</title>
		<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/#comment-4624</link>
		<dc:creator>李笑来</dc:creator>
		<pubDate>Fri, 14 Nov 2008 11:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=682#comment-4624</guid>
		<description>&lt;blockquote&gt;
用两个或者大于两个显示器. 不要用或者少用鼠标.
&lt;/blockquote&gt;
自从有了第二个显示器之后，恨不得用四个……</description>
		<content:encoded><![CDATA[<blockquote><p>
用两个或者大于两个显示器. 不要用或者少用鼠标.
</p></blockquote>
<p>自从有了第二个显示器之后，恨不得用四个……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dikatour</title>
		<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/#comment-4532</link>
		<dc:creator>dikatour</dc:creator>
		<pubDate>Thu, 06 Nov 2008 01:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=682#comment-4532</guid>
		<description>好文章。学习了。</description>
		<content:encoded><![CDATA[<p>好文章。学习了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 路人</title>
		<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/#comment-4489</link>
		<dc:creator>路人</dc:creator>
		<pubDate>Sun, 02 Nov 2008 06:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=682#comment-4489</guid>
		<description>ASSERT(value, msg)写得不对，在嵌套在if else上下文中会有if的&quot;二义性&quot;
具体请看《C陷阱与缺陷》</description>
		<content:encoded><![CDATA[<p>ASSERT(value, msg)写得不对，在嵌套在if else上下文中会有if的&#8221;二义性&#8221;<br />
具体请看《C陷阱与缺陷》</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xw.Y</title>
		<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/#comment-4474</link>
		<dc:creator>Xw.Y</dc:creator>
		<pubDate>Fri, 31 Oct 2008 03:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=682#comment-4474</guid>
		<description>俄……几天忽然想到，其实关于第三点，手边放一本书并不是那么重要。需要查资料的时候，google确实效率显得不那么高。通常我会在收藏夹里留着那些文档网页，直接跳转到网页上就行了，还有text search功能，这可比书本快多了。尤其是在dual view的情况下。</description>
		<content:encoded><![CDATA[<p>俄……几天忽然想到，其实关于第三点，手边放一本书并不是那么重要。需要查资料的时候，google确实效率显得不那么高。通常我会在收藏夹里留着那些文档网页，直接跳转到网页上就行了，还有text search功能，这可比书本快多了。尤其是在dual view的情况下。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/#comment-4472</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Fri, 31 Oct 2008 02:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=682#comment-4472</guid>
		<description>Python 标准库 7页就够了么？

可以把你的这7页发我一份么, thanks</description>
		<content:encoded><![CDATA[<p>Python 标准库 7页就够了么？</p>
<p>可以把你的这7页发我一份么, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xw.Y</title>
		<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/#comment-4466</link>
		<dc:creator>Xw.Y</dc:creator>
		<pubDate>Thu, 30 Oct 2008 06:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=682#comment-4466</guid>
		<description>Nice!

1. tools for coding
2. use makefile
3. use hard copy instead of searching
4. prototype first
5. log4j, log4cxx
6. more tools
7. optimization is evil
dual view is very important :-)</description>
		<content:encoded><![CDATA[<p>Nice!</p>
<p>1. tools for coding<br />
2. use makefile<br />
3. use hard copy instead of searching<br />
4. prototype first<br />
5. log4j, log4cxx<br />
6. more tools<br />
7. optimization is evil<br />
dual view is very important :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liuhuanjim013</title>
		<link>http://blog.youxu.info/2008/10/29/seven-habits-of-highly-effective-programmers/#comment-4464</link>
		<dc:creator>liuhuanjim013</dc:creator>
		<pubDate>Thu, 30 Oct 2008 01:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=682#comment-4464</guid>
		<description>强烈同意以上／好的文本编辑器比如emacs和vi能大大提高写代码效率。另外手边留些纸，写代码时或之前画画图，写写文档也能帮助写单元测试。对于数据类型，写一些checkRep()保证输入输出符合要求也能加速debug。</description>
		<content:encoded><![CDATA[<p>强烈同意以上／好的文本编辑器比如emacs和vi能大大提高写代码效率。另外手边留些纸，写代码时或之前画画图，写写文档也能帮助写单元测试。对于数据类型，写一些checkRep()保证输入输出符合要求也能加速debug。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

