<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>第8音 Design Evering &#187; book</title>
	<atom:link href="http://blog.d8in.com/posts/tag/book/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.d8in.com</link>
	<description>成功的产品=故事化设计+逻辑化思维+高效地执行</description>
	<lastBuildDate>Sat, 18 Jun 2011 08:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>代码设计原则</title>
		<link>http://blog.d8in.com/posts/164.html</link>
		<comments>http://blog.d8in.com/posts/164.html#comments</comments>
		<pubDate>Fri, 19 Oct 2007 17:55:18 +0000</pubDate>
		<dc:creator>xw</dc:creator>
				<category><![CDATA[流程规范]]></category>
		<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://blog.d8in.com/posts/164.html</guid>
		<description><![CDATA[这些话是从《设计模式 head first》中摘录的，句句都是经典，细细体会就会有很大的收获，这些原则，不仅仅用于标准的程序开发，也适合css/html页面代码的设计和产品的需求设计 1、找出应用中可能需要变化之处，把他们独立出来，不要和那些不需要变化的代码混在一起。 2、针对接口编程，而不是针对实现编程。 3、多中组合，少用继承。 4、为了交互对象之间的松耦合设计而努力。 5、类应该对扩展开放，对修改关闭。 6、要依赖抽象，不要依赖具体类。 7、最少知识原则：只和你的密友谈话。 8、别调用（打电话给）我们，我们会调用（打电话给）你。 9、一个类应该只有一个引起变化的原因。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.yupoo.com/photos/view?id=ff80808115a315af0115c35125c83798" title="来YUPOO看我的照片"><img src="http://photo5.yupoo.com/20071022/000655_778306201_yqrbaluw.jpg" alt="head first 设计模式" width="172" height="200" border="0" /></a></p>
<blockquote><p>这些话是从《设计模式 head first》中摘录的，句句都是经典，细细体会就会有很大的收获，这些原则，不仅仅用于标准的程序开发，也适合css/html页面代码的设计和产品的需求设计</p></blockquote>
<p>1、找出应用中可能需要变化之处，把他们独立出来，不要和那些不需要变化的代码混在一起。<br />
2、针对接口编程，而不是针对实现编程。<br />
3、多中组合，少用继承。<br />
4、为了交互对象之间的松耦合设计而努力。<br />
5、类应该对扩展开放，对修改关闭。<br />
6、要依赖抽象，不要依赖具体类。<br />
7、最少知识原则：只和你的密友谈话。<br />
8、别调用（打电话给）我们，我们会调用（打电话给）你。<br />
9、一个类应该只有一个引起变化的原因。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.d8in.com/posts/164.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

