LoginSignup
1
1

More than 5 years have passed since last update.

Design Pattern(in progress)

Last updated at Posted at 2018-04-14

海外での就職を目指し、英語で説明する能力を伸ばすため、英語で書いています。謝りがあれば指摘いただけますと幸いです。

WHY DO YOU NEED DESIGN PATTERN?

BASIC OF DESIGN PATTERN

REPRESENTATIVE PATTERN

GoF(Gang of Four)

エーリヒ・ガンマ、リチャード・ヘルム、ラルフ・ジョンソン、ジョン・ブリシディースの四名によって考案されたソフトウェア開発における23種類のパターン。23種類のパターンは、「生成に関するパターン」「構造に関するパターン」「振る舞いに関するパターン」の3つに分類することができる。また、「マルチスレッドプログラミングに関するパターン」として汎用的に使用できる種々のパターンも考案されている。

Creational Patterns

Structural Patterns

Behavioral patterns

other

Concurrency patterns

  • Active Object Pattern(Actor)
  • Balking Pattern
  • Double-checked locking Pattern
  • Future Pattern
  • Guarded suspension Pattern
  • Lock Pattern
  • Monitor Pattern
  • Producer-consumer Pattern
  • Reactor Pattern
  • Readers-writer lock Pattern
  • Scheduler Pattern
  • Thread pool Pattern
  • Thread-specific storage Pattern
  • Two-phase termination Pattern

REFERENCE

BOOKS

WEBSITE

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1