<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>冒号论坛 &#187; Topic: 值与引用</title>
		<link>http://bbs.zhenghui.org/topic/%e5%80%bc%e4%b8%8e%e5%bc%95%e7%94%a8</link>
		<description>冒号论坛 &raquo; Topic: 值与引用</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Sep 2010 13:03:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://bbs.zhenghui.org/search.php</link>
		</textInput>
		<atom:link href="http://bbs.zhenghui.org/rss/topic/%e5%80%bc%e4%b8%8e%e5%bc%95%e7%94%a8" rel="self" type="application/rss+xml" />

		<item>
			<title>Todd on "值与引用"</title>
			<link>http://bbs.zhenghui.org/topic/%e5%80%bc%e4%b8%8e%e5%bc%95%e7%94%a8#post-179</link>
			<pubDate>Tue, 10 Aug 2010 18:16:59 +0000</pubDate>
			<dc:creator>Todd</dc:creator>
			<guid isPermaLink="false">179@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;我那篇博文的观点只是引用《冒号课堂》而已。我读到值与引用这章觉得受益匪浅，但可惜不是所有人都认得好东西，黄金摆在面前以为是泥巴。
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hui on "值与引用"</title>
			<link>http://bbs.zhenghui.org/topic/%e5%80%bc%e4%b8%8e%e5%bc%95%e7%94%a8#post-178</link>
			<pubDate>Tue, 10 Aug 2010 17:57:06 +0000</pubDate>
			<dc:creator>hui</dc:creator>
			<guid isPermaLink="false">178@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;这篇文章的中心是：选择值与引用，应主要从语义的角度，而不是从实现的角度（包括性能考量）。这正好支持了你的那篇颇受争议的博文中的观点。
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Todd on "值与引用"</title>
			<link>http://bbs.zhenghui.org/topic/%e5%80%bc%e4%b8%8e%e5%bc%95%e7%94%a8#post-177</link>
			<pubDate>Tue, 10 Aug 2010 17:35:00 +0000</pubDate>
			<dc:creator>Todd</dc:creator>
			<guid isPermaLink="false">177@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;这篇文章写得不错，可以作为学习值与引用的参考：&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://blogs.msdn.com/b/ericlippert/archive/2009/04/27/the-stack-is-an-implementation-detail.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/b/ericlippert/archive/2009/04/27/the-stack-is-an-implementation-detail.aspx&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Todd on "值与引用"</title>
			<link>http://bbs.zhenghui.org/topic/%e5%80%bc%e4%b8%8e%e5%bc%95%e7%94%a8#post-119</link>
			<pubDate>Sun, 06 Jun 2010 11:58:16 +0000</pubDate>
			<dc:creator>Todd</dc:creator>
			<guid isPermaLink="false">119@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;我在学习和使用mock技术的时候对值与引用有了一些新的理解。一般来讲，对象的动态行为表现在两方面：1.对象内部状态的改变；2.对象间的消息传递（方法调用）。用于表示对象内部状态的即为值，用于传递消息的即为引用。对应到单元测试用例中，一方面要检查被测对象状态的改变，另一方面要检查它向其他对象发送的消息。
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Todd on "值与引用"</title>
			<link>http://bbs.zhenghui.org/topic/%e5%80%bc%e4%b8%8e%e5%bc%95%e7%94%a8#post-78</link>
			<pubDate>Thu, 04 Mar 2010 11:47:56 +0000</pubDate>
			<dc:creator>Todd</dc:creator>
			<guid isPermaLink="false">78@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;以前我写C#代码基本上所有类都用class，很少用struct。在实际项目中也出现过问题，比如：我设计的一个cache，直接把添加进来的对象引用保存起来，而不是值拷贝；这样一个模块不小心修改了对象，立刻反映到cache中，导致了一些意料之外的问题。&#60;/p&#62;
&#60;p&#62;我第一遍读这章之前，对值与引用基本上没有什么认识，一下子从语法到语义到设计的密集信息还是难以消化（但是依然觉得很精彩）。这次第二遍读这章就感觉好多了，认识深化了，自然就把脉络理顺了。
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hui on "值与引用"</title>
			<link>http://bbs.zhenghui.org/topic/%e5%80%bc%e4%b8%8e%e5%bc%95%e7%94%a8#post-77</link>
			<pubDate>Thu, 04 Mar 2010 10:17:54 +0000</pubDate>
			<dc:creator>hui</dc:creator>
			<guid isPermaLink="false">77@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;不瞒你说，“值与引用”是我写得最辛苦、最痛苦的部分，也是最担心读者厌倦的部分，因为内容比较枯燥，难以写出彩来，但又不写不快。
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Todd on "值与引用"</title>
			<link>http://bbs.zhenghui.org/topic/%e5%80%bc%e4%b8%8e%e5%bc%95%e7%94%a8#post-76</link>
			<pubDate>Thu, 04 Mar 2010 10:12:27 +0000</pubDate>
			<dc:creator>Todd</dc:creator>
			<guid isPermaLink="false">76@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;我觉得“值与引用”这章算是全书的一个亮点，从语法到语义到设计几个层次进行了深入地分析，看了之后受益匪浅！
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
