<?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"
	>
<channel>
	<title>Comments on: 编程珠玑番外篇-7.比代码大全好的两本书B</title>
	<atom:link href="http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/</link>
	<description>I am Eric, Xu, a Ph.D. student at Washington University. I share my experiences about my life, my universe and everything here.</description>
	<pubDate>Mon, 15 Mar 2010 01:18:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: jjgod</title>
		<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/#comment-6498</link>
		<dc:creator>jjgod</dc:creator>
		<pubDate>Thu, 03 Sep 2009 08:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=718#comment-6498</guid>
		<description>TeX 不是用 CWEB 写的，用的是 WEB。</description>
		<content:encoded><![CDATA[<p>TeX 不是用 CWEB 写的，用的是 WEB。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dio</title>
		<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/#comment-4855</link>
		<dc:creator>dio</dc:creator>
		<pubDate>Tue, 23 Dec 2008 02:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=718#comment-4855</guid>
		<description>原文应该是“You are not expected to understand this”
http://cm.bell-labs.com/cm/cs/who/dmr/odd.html</description>
		<content:encoded><![CDATA[<p>原文应该是“You are not expected to understand this”<br />
<a href="http://cm.bell-labs.com/cm/cs/who/dmr/odd.html" rel="nofollow">http://cm.bell-labs.com/cm/cs/who/dmr/odd.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/#comment-4833</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 17 Dec 2008 20:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=718#comment-4833</guid>
		<description>@CatChen

说到删除一行代码出的问题, 前不久 Debian 里面的 SSL 出问题就是这样的情况. 话说 Debian 的包维护人员在使用 valgrind 测试 SSL 库并且打包的时候, 发现代码当中居然有一行是用一个没有初始化的变量. Debian 的开发人员就想当然的把这个变量先赋值了. 想不到这个代码就是要通过没有初始化来选一个随机数种子的. 结果, 这么一改, 安全性就立即下降了. 

所以, 遇到旁人的代码, 我现在都不敢乱动, 生怕有什么黑魔法在里面.</description>
		<content:encoded><![CDATA[<p>@CatChen</p>
<p>说到删除一行代码出的问题, 前不久 Debian 里面的 SSL 出问题就是这样的情况. 话说 Debian 的包维护人员在使用 valgrind 测试 SSL 库并且打包的时候, 发现代码当中居然有一行是用一个没有初始化的变量. Debian 的开发人员就想当然的把这个变量先赋值了. 想不到这个代码就是要通过没有初始化来选一个随机数种子的. 结果, 这么一改, 安全性就立即下降了. </p>
<p>所以, 遇到旁人的代码, 我现在都不敢乱动, 生怕有什么黑魔法在里面.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cat Chen</title>
		<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/#comment-4831</link>
		<dc:creator>Cat Chen</dc:creator>
		<pubDate>Wed, 17 Dec 2008 03:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=718#comment-4831</guid>
		<description>话说糟糕的代码（包括靠运气写成的代码）里很容易出现这样的注释。

我听说我们公司的代码库里有一句经典的注释，“本行代码有极深奥义”。有一个新人觉得它指代的那行代码可有可无，删除了也不影响整体逻辑，于是就删除了，结果就出问题了。</description>
		<content:encoded><![CDATA[<p>话说糟糕的代码（包括靠运气写成的代码）里很容易出现这样的注释。</p>
<p>我听说我们公司的代码库里有一句经典的注释，“本行代码有极深奥义”。有一个新人觉得它指代的那行代码可有可无，删除了也不影响整体逻辑，于是就删除了，结果就出问题了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dikatour</title>
		<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/#comment-4711</link>
		<dc:creator>dikatour</dc:creator>
		<pubDate>Tue, 25 Nov 2008 00:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=718#comment-4711</guid>
		<description>写地不错。

/* You are not expected to understand this.*/</description>
		<content:encoded><![CDATA[<p>写地不错。</p>
<p>/* You are not expected to understand this.*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hayate</title>
		<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/#comment-4710</link>
		<dc:creator>hayate</dc:creator>
		<pubDate>Mon, 24 Nov 2008 15:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=718#comment-4710</guid>
		<description>这个系列让我大开眼界啊
赞~</description>
		<content:encoded><![CDATA[<p>这个系列让我大开眼界啊<br />
赞~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 康德</title>
		<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/#comment-4708</link>
		<dc:creator>康德</dc:creator>
		<pubDate>Mon, 24 Nov 2008 12:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=718#comment-4708</guid>
		<description>/* You are not supposed to understand this. */
哈哈，真好玩。</description>
		<content:encoded><![CDATA[<p>/* You are not supposed to understand this. */<br />
哈哈，真好玩。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nemo</title>
		<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/#comment-4705</link>
		<dc:creator>nemo</dc:creator>
		<pubDate>Mon, 24 Nov 2008 05:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=718#comment-4705</guid>
		<description>stackoverflow：

http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered</description>
		<content:encoded><![CDATA[<p>stackoverflow：</p>
<p><a href="http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered" rel="nofollow">http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pongba</title>
		<link>http://blog.youxu.info/2008/11/23/the-elements-of-programming-styl/#comment-4702</link>
		<dc:creator>pongba</dc:creator>
		<pubDate>Mon, 24 Nov 2008 03:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/?p=718#comment-4702</guid>
		<description>这个系列绝对有大范围传播的潜力！:D Eric 同学写完了之后出个PDF版吧:)</description>
		<content:encoded><![CDATA[<p>这个系列绝对有大范围传播的潜力！:D Eric 同学写完了之后出个PDF版吧:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
