タグ

designpatternに関するRanTairyuのブックマーク (2)

  • L'eclat des jours(2008-05-22) インターフェイス

    _ インターフェイス 角谷さんから『インターフェイス指向設計』を献してもらったので、薄いってこともあって、大体読んだ(つもり)。 インターフェイス指向設計 ―アジャイル手法によるオブジェクト指向設計の実践(Ken Pugh) ぱらぱら読んだ限り、悪くない。むしろ手軽さからは良いのではなかろうか(落とし穴はあるかも知れないから、そこはがっつり読み込んだわけではないので断言はできない)。 まず、このは普通にUMLを使いたい人(そうでない人は規格を読むと良いのではなかろうか)で、良く使い方がわからない人の役に立つ。ファウラーの薄いUMLのも良いけど、これもいいね。少なくとも、シーケンス図、状態遷移図、クラス図、ユースケース図は押さえられる。設計するには、とりあえずそれだけ書ければ十分だ (コンポーネント図と配置図は、UML2で微妙になってしまったしなぁ)。 でも、ちょっと思ったが、この

  • artima - Comparing Two High-Performance I/O Design Patterns

    This article investigates and compares different design patterns of high performance TCP-based servers. In addition to existing approaches, it proposes a scalable single-codebase, multi-platform solution (with code examples) and describes its fine-tuning on different platforms. It also compares performance of Java, C# and C++ implementations of proposed and existing solutions. System I/O can be bl

  • 1