Skip to content

k1e1n04/PythonDesignPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonDesignPattern

一部クラス図でPlantumlを使用しています。 Chromeで閲覧する場合は拡張機能をインストールしてください。

Singleton

アンチパターンであるためあまり使わない。
こちらのディレクトリを参照。

TemplateMethod

振る舞いに関するパターン。
システムのフレームワークを構築するためによく使われる。
こちらのディレクトリを参照。

State

振る舞いに関するパターン。
オブジェクトの状態(state)を表現するために用いられる。
こちらのディレクトリを参照。

Abstract Factory

オブジェクトの生成に関するパターン。 こちらのディレクトリを参照。

Observerパターン

振る舞いに関するパターン。 こちらのディレクトリを参照。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages