<?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>Hello Thupten &#187; &#187; read</title>
	<atom:link href="https://www.thupten.feedback/tag/read/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.thupten.feedback</link>
	<description>Just another developer&#039;s blog</description>
	<lastBuildDate>Sat, 20 Jun 2026 21:18:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>Reading &#8216;Head First Design Patterns&#8217;</title>
		<link>https://www.thupten.feedback/2010/06/03/reading-head-first-design-patterns/</link>
		<comments>https://www.thupten.feedback/2010/06/03/reading-head-first-design-patterns/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 02:50:27 +0000</pubDate>
		<dc:creator><![CDATA[thupten]]></dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[read]]></category>

		<guid isPermaLink="false">http://thupten.veryusefulinfo.com/?p=59</guid>
		<description><![CDATA[It is sad that CPA in Seneca doesn&#8217;t offer any course about Software Design Patterns. I just read through chapter two about &#8216;Subject Observers Pattern&#8217;. Subject Observers pattern is useful when a bunch of observer objects need to be notified about change in the subject object. Observers registers themselves to get notifications from the Subject. [&#8230;]]]></description>
				<content:encoded><![CDATA[<a href="http://thupten.feedback/wp-content/uploads/2010/06/pattern.png"><img class="alignright size-full wp-image-79" title="pattern" src="http://thupten.feedback/wp-content/uploads/2010/06/pattern.png" alt="" width="200" height="231" /></a>It is sad that CPA in Seneca doesn&#8217;t offer any course about Software Design Patterns.

I just read through chapter two about &#8216;Subject Observers Pattern&#8217;.

Subject Observers pattern is useful when a bunch of observer objects need to be notified about change in the subject object. Observers registers themselves to get notifications from the Subject. When there is a change in any data in Subject, the subject notifies all the observers about the change. The subject object maintains a list of all the observer objects. When an observer unregisters itself, it is removed from this list. So next time, the subject notifies all the observers in its list, the unregisters are not sent any more notifications.

For example, a weather tracking system that sends temperature information to all the clients every time the temperature changes.]]></content:encoded>
			<wfw:commentRss>https://www.thupten.feedback/2010/06/03/reading-head-first-design-patterns/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
