DP

Delphi版 「オブジェクト脳のつくり方」

http://member.nifty.ne.jp/MOOMOOMOO/OB/index.htm 「オブジェクト脳」ってタイトルはいかにもトンデモ本っぽくて敬遠してたんだけど中身は意外と(と言っては失礼か)まともなのかもしれない。

デザインパターンFAQ

DP

http://www.hyuki.com/dp/dpfaq.html DP/ML有志による翻訳

double-checked lockingとSingletonパターン

DP

http://www-6.ibm.com/jp/developerworks/java/020726/j_j-dcl.html マルチスレッドで注意すべきシングルトンパターンの実装について

Seventh Delphi

http://kakinotane.s7.xrea.com/ Delphiでアルゴリズム&デザパタなページ

Delphi で学ぶ デザインパターン入門

http://www.acesekkei.com/dp_frame.htm

Creating a real singleton class in Delphi 5

http://community.borland.com/article/0%2C1410%2C22576%2C00.html

『Java 言語で学ぶデザインパターン入門』の Delphi移植

http://kakinotane.s7.xrea.com/dp/dp.html

Gang of Four Design Patterns

DP

http://www.tml.hut.fi/~pnr/GoF-models/html/ 上で挙げられていた参考URL。GoF本の図以上の情報はないが、デスクトップリファレンス的に参照するには便利。(でも一切説明がないのはどうかと思う)

Perl Design Patterns

http://www.perl.com/pub/a/2003/06/13/design1.html DP/MLからの情報。簡単に読んだ限りの理解では、Perlはオブジェクトじゃなくて言語仕様でパターンをサポートしてますよという話。 "If a pattern is really valuable, then it should be part of the core…

MVCとデザインパターン

DP

http://www.ogis-ri.co.jp/otc/hiroba/technical/Squeak5/index.html