<?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: Coding Style &#8211; 程式設計風格對軟體開發的影響</title>
	<atom:link href="http://mmdays.com/2007/04/24/coding-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://mmdays.com/2007/04/24/coding-style/</link>
	<description>網路, 產業, 資訊, 觀察, 生活, 電影, 技術, 新知, 科技, 媒體, 趨勢, Web 2.0</description>
	<lastBuildDate>Tue, 22 May 2012 16:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cat428</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-10453</link>
		<dc:creator>cat428</dc:creator>
		<pubDate>Sun, 27 May 2007 15:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-10453</guid>
		<description>恩，其實我們老師ㄧ直要求我們要加註解，但是我通常都懶得加，也有改別人的code沒加註解看不懂全部重寫的經驗，看了這篇文章，哈～看來我是要好好有耐心的加註解了（話說回來我也有好幾個禮拜偷懶沒寫ACM了，快要期末結算了...）</description>
		<content:encoded><![CDATA[<p>恩，其實我們老師ㄧ直要求我們要加註解，但是我通常都懶得加，也有改別人的code沒加註解看不懂全部重寫的經驗，看了這篇文章，哈～看來我是要好好有耐心的加註解了（話說回來我也有好幾個禮拜偷懶沒寫ACM了，快要期末結算了&#8230;）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cat428</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-79867</link>
		<dc:creator>cat428</dc:creator>
		<pubDate>Sun, 27 May 2007 15:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-79867</guid>
		<description>恩，其實我們老師ㄧ直要求我們要加註解，但是我通常都懶得加，也有改別人的code沒加註解看不懂全部重寫的經驗，看了這篇文章，哈～看來我是要好好有耐心的加註解了（話說回來我也有好幾個禮拜偷懶沒寫ACM了，快要期末結算了...）</description>
		<content:encoded><![CDATA[<p>恩，其實我們老師ㄧ直要求我們要加註解，但是我通常都懶得加，也有改別人的code沒加註解看不懂全部重寫的經驗，看了這篇文章，哈～看來我是要好好有耐心的加註解了（話說回來我也有好幾個禮拜偷懶沒寫ACM了，快要期末結算了&#8230;）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moun</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-10452</link>
		<dc:creator>Moun</dc:creator>
		<pubDate>Sat, 05 May 2007 20:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-10452</guid>
		<description>First of all, i have to say sorry I&#039;m writing in English .. &#039;cause my chinese typing is tooooo slow.

I have to agree with that standards for coding style in one application have to be set prior to the coding begins. Otherwise, it will cause a lot of confusion while reading other ppl&#039;s code. In my case, my team lead wrote a &quot;procedure manual&quot; that has everything. Everything meaning : naming convention, region setup (in c#), variable order pulic, private then const). The only problem is that it needs to be read thoroughly and take time to get used to it(which i had some trouble in the begining &gt;,</description>
		<content:encoded><![CDATA[<p>First of all, i have to say sorry I&#8217;m writing in English .. &#8217;cause my chinese typing is tooooo slow.</p>
<p>I have to agree with that standards for coding style in one application have to be set prior to the coding begins. Otherwise, it will cause a lot of confusion while reading other ppl&#8217;s code. In my case, my team lead wrote a &#8220;procedure manual&#8221; that has everything. Everything meaning : naming convention, region setup (in c#), variable order pulic, private then const). The only problem is that it needs to be read thoroughly and take time to get used to it(which i had some trouble in the begining &gt;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moun</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-79866</link>
		<dc:creator>Moun</dc:creator>
		<pubDate>Sat, 05 May 2007 20:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-79866</guid>
		<description>First of all, i have to say sorry I&#039;m writing in English .. &#039;cause my chinese typing is tooooo slow.

I have to agree with that standards for coding style in one application have to be set prior to the coding begins. Otherwise, it will cause a lot of confusion while reading other ppl&#039;s code. In my case, my team lead wrote a &quot;procedure manual&quot; that has everything. Everything meaning : naming convention, region setup (in c#), variable order pulic, private then const). The only problem is that it needs to be read thoroughly and take time to get used to it(which i had some trouble in the begining &gt;,</description>
		<content:encoded><![CDATA[<p>First of all, i have to say sorry I&#8217;m writing in English .. &#8217;cause my chinese typing is tooooo slow.</p>
<p>I have to agree with that standards for coding style in one application have to be set prior to the coding begins. Otherwise, it will cause a lot of confusion while reading other ppl&#8217;s code. In my case, my team lead wrote a &#8220;procedure manual&#8221; that has everything. Everything meaning : naming convention, region setup (in c#), variable order pulic, private then const). The only problem is that it needs to be read thoroughly and take time to get used to it(which i had some trouble in the begining &gt;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Way I Believe ::PIXNET BLOG::</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-10451</link>
		<dc:creator>The Way I Believe ::PIXNET BLOG::</dc:creator>
		<pubDate>Thu, 26 Apr 2007 22:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-10451</guid>
		<description>&lt;strong&gt;Coding Style的重要性&lt;/strong&gt;

每個人的coding style都不盡然相同，包括括號位置，變數命名都涵蓋在內，我自己的coding style我是很了解，了解甚麼，了解到我根本就是東拼西湊湊出來的，每次想要把code 重整一下根本都是空...</description>
		<content:encoded><![CDATA[<p><strong>Coding Style的重要性</strong></p>
<p>每個人的coding style都不盡然相同，包括括號位置，變數命名都涵蓋在內，我自己的coding style我是很了解，了解甚麼，了解到我根本就是東拼西湊湊出來的，每次想要把code 重整一下根本都是空&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pyridine</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-10450</link>
		<dc:creator>pyridine</dc:creator>
		<pubDate>Thu, 26 Apr 2007 20:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-10450</guid>
		<description>有關 Hungarian programming 的笑話: (來自 Andy Hertzfeld 的 &quot;Revolution in the Valley&quot;) 最早的 Mac OS 的 memory manager 其實是從 Lisa (麥金塔的前身) 移植過來的. 麥金塔部門的程式設計師拿到 Lisa memory manager 原始碼的時候嚇了一大跳, 因為所有的變數名稱都只有子音! 沒有母音的變數名稱非常難讀, 沒有人看得懂. 原來 Lisa 的程式設計師是 Charles Simonyi 的學生, 他從 Simonyi 那兒學來了 Hungarian notation. 不過當時 Pascal compiler 的變數名稱只能有 8 個字元, 用了 Hungarian notation 後, 變數的名稱常常只能有四個字元, 所以只好拿掉母音. Mac 的程式師 Budd Tribble 後來花了很多時間拿掉 Hungarian notation, 並且把母音加回去.

Charles Simonyi 本來是 Xerox Parc 的研究員, 後來加入 Microsoft. Microsoft 之所以會用 Hungarian notation, 大概都是因為 Simonyi 關係. 據說他最近上了太空. [板主: 抱歉, 我又 post 跟主題無關的笑話. 而且大概不是很好笑.]</description>
		<content:encoded><![CDATA[<p>有關 Hungarian programming 的笑話: (來自 Andy Hertzfeld 的 &#8220;Revolution in the Valley&#8221;) 最早的 Mac OS 的 memory manager 其實是從 Lisa (麥金塔的前身) 移植過來的. 麥金塔部門的程式設計師拿到 Lisa memory manager 原始碼的時候嚇了一大跳, 因為所有的變數名稱都只有子音! 沒有母音的變數名稱非常難讀, 沒有人看得懂. 原來 Lisa 的程式設計師是 Charles Simonyi 的學生, 他從 Simonyi 那兒學來了 Hungarian notation. 不過當時 Pascal compiler 的變數名稱只能有 8 個字元, 用了 Hungarian notation 後, 變數的名稱常常只能有四個字元, 所以只好拿掉母音. Mac 的程式師 Budd Tribble 後來花了很多時間拿掉 Hungarian notation, 並且把母音加回去.</p>
<p>Charles Simonyi 本來是 Xerox Parc 的研究員, 後來加入 Microsoft. Microsoft 之所以會用 Hungarian notation, 大概都是因為 Simonyi 關係. 據說他最近上了太空. [板主: 抱歉, 我又 post 跟主題無關的笑話. 而且大概不是很好笑.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pyridine</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-79865</link>
		<dc:creator>pyridine</dc:creator>
		<pubDate>Thu, 26 Apr 2007 20:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-79865</guid>
		<description>有關 Hungarian programming 的笑話: (來自 Andy Hertzfeld 的 &quot;Revolution in the Valley&quot;) 最早的 Mac OS 的 memory manager 其實是從 Lisa (麥金塔的前身) 移植過來的. 麥金塔部門的程式設計師拿到 Lisa memory manager 原始碼的時候嚇了一大跳, 因為所有的變數名稱都只有子音! 沒有母音的變數名稱非常難讀, 沒有人看得懂. 原來 Lisa 的程式設計師是 Charles Simonyi 的學生, 他從 Simonyi 那兒學來了 Hungarian notation. 不過當時 Pascal compiler 的變數名稱只能有 8 個字元, 用了 Hungarian notation 後, 變數的名稱常常只能有四個字元, 所以只好拿掉母音. Mac 的程式師 Budd Tribble 後來花了很多時間拿掉 Hungarian notation, 並且把母音加回去.

Charles Simonyi 本來是 Xerox Parc 的研究員, 後來加入 Microsoft. Microsoft 之所以會用 Hungarian notation, 大概都是因為 Simonyi 關係. 據說他最近上了太空. [板主: 抱歉, 我又 post 跟主題無關的笑話. 而且大概不是很好笑.]</description>
		<content:encoded><![CDATA[<p>有關 Hungarian programming 的笑話: (來自 Andy Hertzfeld 的 &#8220;Revolution in the Valley&#8221;) 最早的 Mac OS 的 memory manager 其實是從 Lisa (麥金塔的前身) 移植過來的. 麥金塔部門的程式設計師拿到 Lisa memory manager 原始碼的時候嚇了一大跳, 因為所有的變數名稱都只有子音! 沒有母音的變數名稱非常難讀, 沒有人看得懂. 原來 Lisa 的程式設計師是 Charles Simonyi 的學生, 他從 Simonyi 那兒學來了 Hungarian notation. 不過當時 Pascal compiler 的變數名稱只能有 8 個字元, 用了 Hungarian notation 後, 變數的名稱常常只能有四個字元, 所以只好拿掉母音. Mac 的程式師 Budd Tribble 後來花了很多時間拿掉 Hungarian notation, 並且把母音加回去.</p>
<p>Charles Simonyi 本來是 Xerox Parc 的研究員, 後來加入 Microsoft. Microsoft 之所以會用 Hungarian notation, 大概都是因為 Simonyi 關係. 據說他最近上了太空. [板主: 抱歉, 我又 post 跟主題無關的笑話. 而且大概不是很好笑.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Saturday</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-10449</link>
		<dc:creator>Mr. Saturday</dc:creator>
		<pubDate>Wed, 25 Apr 2007 18:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-10449</guid>
		<description>感謝大家給予相當寶貴的回應
讓我又學到了不少東西
另外眼尖的hunter認出我們的banner是在Lake Tahoe拍攝的照片
沒錯~~我們不定時會換一些banner，大部分都是我們在各地拍攝到的漂亮照片
Lake Tahoe也是我旅行去過的地方之一，相當漂亮的一個地方
沒想到hunter在當地經營INN！
我們的讀者連Tahoe都有，真是太令人興奮了:D</description>
		<content:encoded><![CDATA[<p>感謝大家給予相當寶貴的回應<br />
讓我又學到了不少東西<br />
另外眼尖的hunter認出我們的banner是在Lake Tahoe拍攝的照片<br />
沒錯~~我們不定時會換一些banner，大部分都是我們在各地拍攝到的漂亮照片<br />
Lake Tahoe也是我旅行去過的地方之一，相當漂亮的一個地方<br />
沒想到hunter在當地經營INN！<br />
我們的讀者連Tahoe都有，真是太令人興奮了:D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Saturday</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-79864</link>
		<dc:creator>Mr. Saturday</dc:creator>
		<pubDate>Wed, 25 Apr 2007 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-79864</guid>
		<description>感謝大家給予相當寶貴的回應
讓我又學到了不少東西
另外眼尖的hunter認出我們的banner是在Lake Tahoe拍攝的照片
沒錯~~我們不定時會換一些banner，大部分都是我們在各地拍攝到的漂亮照片
Lake Tahoe也是我旅行去過的地方之一，相當漂亮的一個地方
沒想到hunter在當地經營INN！
我們的讀者連Tahoe都有，真是太令人興奮了:D</description>
		<content:encoded><![CDATA[<p>感謝大家給予相當寶貴的回應<br />
讓我又學到了不少東西<br />
另外眼尖的hunter認出我們的banner是在Lake Tahoe拍攝的照片<br />
沒錯~~我們不定時會換一些banner，大部分都是我們在各地拍攝到的漂亮照片<br />
Lake Tahoe也是我旅行去過的地方之一，相當漂亮的一個地方<br />
沒想到hunter在當地經營INN！<br />
我們的讀者連Tahoe都有，真是太令人興奮了:D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newtype</title>
		<link>http://mmdays.com/2007/04/24/coding-style/comment-page-1/#comment-10448</link>
		<dc:creator>Newtype</dc:creator>
		<pubDate>Wed, 25 Apr 2007 16:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2007/04/24/coding-style/#comment-10448</guid>
		<description>其實縮排可以藉由一些工具來解決。撰寫java的話可以利用eclipse自訂coding style的功能，C++的話就要看有沒有另外的工具了。(印象中是有)</description>
		<content:encoded><![CDATA[<p>其實縮排可以藉由一些工具來解決。撰寫java的話可以利用eclipse自訂coding style的功能，C++的話就要看有沒有另外的工具了。(印象中是有)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

