<?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>AS3 での Singleton パターン実装 へのコメント</title>
	<atom:link href="http://unbland.org/blog/2008/10/23/160.html/feed" rel="self" type="application/rss+xml" />
	<link>http://unbland.org/blog/2008/10/23/160.html</link>
	<description>発見の日々の備忘録。主に Web にまつまる技術ネタ。</description>
	<lastBuildDate>Wed, 10 Jun 2009 08:28:00 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>admin より</title>
		<link>http://unbland.org/blog/2008/10/23/160.html/comment-page-1#comment-148</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 05 Jan 2009 10:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://unbland.net/blog/?p=160#comment-148</guid>
		<description>コメントありがとうございます。
おっしゃる通り、初期化順は把握しにくいですね（というよりクラスが定義された順になる？ので運任せ的）。あと、インスタンスが確実に一個は出来てしまうのも考えものなのかも。</description>
		<content:encoded><![CDATA[<p>コメントありがとうございます。<br />
おっしゃる通り、初期化順は把握しにくいですね（というよりクラスが定義された順になる？ので運任せ的）。あと、インスタンスが確実に一個は出来てしまうのも考えものなのかも。</p>
]]></content:encoded>
	</item>
	<item>
		<title>通りすがり より</title>
		<link>http://unbland.org/blog/2008/10/23/160.html/comment-page-1#comment-147</link>
		<dc:creator>通りすがり</dc:creator>
		<pubDate>Mon, 05 Jan 2009 09:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://unbland.net/blog/?p=160#comment-147</guid>
		<description>単純なケースでは問題ないと思いますが、
コンストラクタ内で他のstaticなデータにアクセスしている場合に、
初期化順がよくわからないことになりそうですね。
（そんな危険なことはやらなければいいだけなのですが、人間やれることはついついやってしまうことも・・）</description>
		<content:encoded><![CDATA[<p>単純なケースでは問題ないと思いますが、<br />
コンストラクタ内で他のstaticなデータにアクセスしている場合に、<br />
初期化順がよくわからないことになりそうですね。<br />
（そんな危険なことはやらなければいいだけなのですが、人間やれることはついついやってしまうことも・・）</p>
]]></content:encoded>
	</item>
	<item>
		<title>admin より</title>
		<link>http://unbland.org/blog/2008/10/23/160.html/comment-page-1#comment-34</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 23 Oct 2008 05:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://unbland.net/blog/?p=160#comment-34</guid>
		<description>コメントありがとうございます。
よく考えたら必要ないですね（汗
修正しておきます。</description>
		<content:encoded><![CDATA[<p>コメントありがとうございます。<br />
よく考えたら必要ないですね（汗<br />
修正しておきます。</p>
]]></content:encoded>
	</item>
	<item>
		<title>seyself より</title>
		<link>http://unbland.org/blog/2008/10/23/160.html/comment-page-1#comment-33</link>
		<dc:creator>seyself</dc:creator>
		<pubDate>Thu, 23 Oct 2008 05:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://unbland.net/blog/?p=160#comment-33</guid>
		<description>一目見て、おお、なるほど～。って思いました。
1点だけ疑問なのですが、コンストラクタ内の
_instance = this;
って必要なんですか？</description>
		<content:encoded><![CDATA[<p>一目見て、おお、なるほど～。って思いました。<br />
1点だけ疑問なのですが、コンストラクタ内の<br />
_instance = this;<br />
って必要なんですか？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.378 seconds -->
