<?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: Who&#039;s code caught the error, who deal with it?</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/1016/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/1016/</link>
	<description>(My smile insists of having nose. :-)</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:16:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: xwl</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1016/comment-page-1/#comment-137104</link>
		<dc:creator>xwl</dc:creator>
		<pubDate>Tue, 07 Apr 2009 02:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1016#comment-137104</guid>
		<description>&quot;程式設計師比較喜歡寫新程式，而不喜歡維護舊程式，更討厭的就是負責維護不是他寫的舊程式&quot;, 啊, 我就在干&quot;更讨厌&quot;的事...

assert 看起来挺丑的..</description>
		<content:encoded><![CDATA[<p>"程式設計師比較喜歡寫新程式，而不喜歡維護舊程式，更討厭的就是負責維護不是他寫的舊程式", 啊, 我就在干"更讨厌"的事...</p>
<p>assert 看起来挺丑的..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 路人</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1016/comment-page-1/#comment-137011</link>
		<dc:creator>路人</dc:creator>
		<pubDate>Mon, 06 Apr 2009 03:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1016#comment-137011</guid>
		<description>Dear av,
雖然不想這麼說,
在台灣,
程式設計師的平均程度不佳.</description>
		<content:encoded><![CDATA[<p>Dear av,<br />
雖然不想這麼說,<br />
在台灣,<br />
程式設計師的平均程度不佳.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: av</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1016/comment-page-1/#comment-136970</link>
		<dc:creator>av</dc:creator>
		<pubDate>Sun, 05 Apr 2009 15:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1016#comment-136970</guid>
		<description>在 VC 編出來的程式，Assert 不會把程式當掉，而是跳出一個 prompt。而且 assert 只在 debug 模式有用，不應該當成錯誤處理工具，頂多是拿來確保「絕對不可能發生的事」不會發生，而不是拿來擋一些有可能發生的情況。
所以如果在 release 模式下當掉了，而 debug 模式被擋下來，那肯定不是被 assert 當掉的，因為在 release 模式 assert 無作用，而 debug 模式也只是跳出一個 prompt 擋下來。要是有人像你講的那樣吼，只是顯現自己程度不佳而已。</description>
		<content:encoded><![CDATA[<p>在 VC 編出來的程式，Assert 不會把程式當掉，而是跳出一個 prompt。而且 assert 只在 debug 模式有用，不應該當成錯誤處理工具，頂多是拿來確保「絕對不可能發生的事」不會發生，而不是拿來擋一些有可能發生的情況。<br />
所以如果在 release 模式下當掉了，而 debug 模式被擋下來，那肯定不是被 assert 當掉的，因為在 release 模式 assert 無作用，而 debug 模式也只是跳出一個 prompt 擋下來。要是有人像你講的那樣吼，只是顯現自己程度不佳而已。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
