<?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; Tag: 保变原则 - Recent Posts</title>
		<link>http://bbs.zhenghui.org/tags/%e4%bf%9d%e5%8f%98%e5%8e%9f%e5%88%99</link>
		<description>冒号论坛 &raquo; Tag: 保变原则 - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 12:39:00 +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/tags/%e4%bf%9d%e5%8f%98%e5%8e%9f%e5%88%99" rel="self" type="application/rss+xml" />

		<item>
			<title>Todd on "保变原则"</title>
			<link>http://bbs.zhenghui.org/topic/%e4%bf%9d%e5%8f%98%e5%8e%9f%e5%88%99#post-32</link>
			<pubDate>Mon, 11 Jan 2010 20:05:19 +0000</pubDate>
			<dc:creator>Todd</dc:creator>
			<guid isPermaLink="false">32@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/%e4%bf%9d%e5%8f%98%e5%8e%9f%e5%88%99#post-31</link>
			<pubDate>Mon, 11 Jan 2010 10:32:47 +0000</pubDate>
			<dc:creator>hui</dc:creator>
			<guid isPermaLink="false">31@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;这的确是一篇好文章，保变原则便是出自该作者所著的《Applying UML and Patterns》。&#60;br /&#62;
想必你已经发现，其中的许多观点与《冒号课堂》中§12.4和§13.4的内容是不谋而合的。更“糟糕”的是，还有一些是我准备写却还没有写的内容，再写便有抄袭之嫌了：（
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Todd on "保变原则"</title>
			<link>http://bbs.zhenghui.org/topic/%e4%bf%9d%e5%8f%98%e5%8e%9f%e5%88%99#post-30</link>
			<pubDate>Mon, 11 Jan 2010 00:14:05 +0000</pubDate>
			<dc:creator>Todd</dc:creator>
			<guid isPermaLink="false">30@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;我看的是这篇：http://im.ufba.br/pub/MATA63/Documentos/ProtectedVariation%5B1%5D.pdf&#60;/p&#62;
&#60;p&#62;也可以google &#34;protected variation the importance of being closed&#34;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>hui on "保变原则"</title>
			<link>http://bbs.zhenghui.org/topic/%e4%bf%9d%e5%8f%98%e5%8e%9f%e5%88%99#post-29</link>
			<pubDate>Sun, 10 Jan 2010 23:43:15 +0000</pubDate>
			<dc:creator>hui</dc:creator>
			<guid isPermaLink="false">29@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;protected variation通常译为“受保护的变化”，既不够简洁也不够力度（偏正结构），故将其译为“保变”（动宾结构）。如果在Google或Baidu中搜索“保变原则”，目前全是出自《冒号课堂》。
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>hui on "保变原则"</title>
			<link>http://bbs.zhenghui.org/topic/%e4%bf%9d%e5%8f%98%e5%8e%9f%e5%88%99#post-28</link>
			<pubDate>Sun, 10 Jan 2010 23:35:44 +0000</pubDate>
			<dc:creator>hui</dc:creator>
			<guid isPermaLink="false">28@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;配置文件是把系统中一些可变的因素通过抽象而提炼出来的，减少了源代码中的hardcode成分，是保变原则的体现。&#60;br /&#62;
脚本作为粘合剂，可以看成是一种处于高层抽象的语言，可以在不重新编译低层程序的情况下应对一些业务需求的变化。&#60;br /&#62;
从以上两例可以再次看出，保变原则的背后还是抽象原则。&#60;/p&#62;
&#60;p&#62;另外，你看的这篇文章具体是哪一篇？
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Todd on "保变原则"</title>
			<link>http://bbs.zhenghui.org/topic/%e4%bf%9d%e5%8f%98%e5%8e%9f%e5%88%99#post-27</link>
			<pubDate>Sun, 10 Jan 2010 23:10:43 +0000</pubDate>
			<dc:creator>Todd</dc:creator>
			<guid isPermaLink="false">27@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;保变原则(protected variation)的名字取得很好。保变，就是要变，变中又要保持不变。
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Todd on "保变原则"</title>
			<link>http://bbs.zhenghui.org/topic/%e4%bf%9d%e5%8f%98%e5%8e%9f%e5%88%99#post-26</link>
			<pubDate>Sun, 10 Jan 2010 23:05:42 +0000</pubDate>
			<dc:creator>Todd</dc:creator>
			<guid isPermaLink="false">26@http://bbs.zhenghui.org/</guid>
			<description>&#60;p&#62;今天看了一篇文章之后才发现原来保变原则是如此通用的一个原则：常见的配置文件技术是保变原则的体现，支持脚本引擎的构架设计也是保变原则的体现。
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>

