SUPPORT UKRAINE
- Your indifference to the act of cruelty can thrive rogue nations like Russia -
タグ
design pattern
を含むブログ一覧
Practical Python Design Patterns - Python で学ぶデザインパターン: The Adapter Pattern - Part. 2 「DRY 原則」の巻
Published 2022年5月30日20:43 by mootaro23
Practical Python Design Patterns - The Adapter Pattern 編「第6章: アダプターパターン - 概要 [メール送信機能の実装 with Python]」の巻「DRY 原則」の巻「機能/関心 の分離」の巻「サンプル問題」の巻「実際のプログラムへのアダプターパターンの適用」の巻「アダプターパターン - ダメ押し確認 [Twitter への twee…
Practical Python Design Patterns - Python で学ぶデザインパターン: The Adapter Pattern - Part. 1 「第6章: アダプターパターン - 概要 [メール送信機能の実装 with Python]」の巻
Published 2022年5月29日19:03 by mootaro23
Practical Python Design Patterns - The Adapter Pattern 編「第6章: アダプターパターン - 概要 [メール送信機能の実装 with Python]」の巻「DRY 原則」の巻「機能/関心 の分離」の巻「サンプル問題」の巻「実際のプログラムへのアダプターパターンの適用」の巻「アダプターパターン - ダメ押し確認 [Twitter への twee…
Practical Python Design Patterns - Python で学ぶデザインパターン: The Builder Pattern - Part. 2 「アンチパターン」の巻 🔒
Published 2022年5月29日1:25 by mootaro23
Practical Python Design Patterns - The Builder Pattern 編「第5章: ビルダーパターン - 概要」の巻「アンチパターン」の巻Anti-Patterns(アンチパターン)アンチパターンは、その名が示している通り、ソフトウェアパターン (software pattern) の反意語です。また、ソフトウェア開発において日常的に出現する「何か」でもあ…
Practical Python Design Patterns - Python で学ぶデザインパターン: The Builder Pattern - Part. 1 「第5章: ビルダーパターン - 概要」の巻
Published 2022年5月27日20:23 by mootaro23
Practical Python Design Patterns - The Builder Pattern 編「第5章: ビルダーパターン - 概要」の巻「アンチパターン」の巻Chapter 5: Builder Pattern - Overview(第5章: ビルダーパターン - 概要)ゲームにおいてプレイヤーからキャラクターの名前を入力してもらったり、表計算ソフトのセルにデータの入力があっ…
Practical Python Design Patterns - Python で学ぶデザインパターン: The Factory Pattern - Part. 4 「ファクトリーパターン: まとめ」の巻 🔒
Published 2022年5月26日17:42 by mootaro23
Practical Python Design Patterns - The Factory Pattern 編「第4章: ファクトリーパターン - PyGame でグラフィックスを描画してみよう」の巻「ゲームループ」の巻「ファクトリーメソッド」の巻「ファクトリーパターン: まとめ」の巻Summary(ファクトリーパターン: まとめ)ソフトウェアの開発に携わる場合、将来起こり得るであろう全ての可…
Practical Python Design Patterns - Python で学ぶデザインパターン: The Factory Pattern - Part. 3 「ファクトリーメソッド」の巻 🔒
Published 2022年5月25日21:08 by mootaro23
Practical Python Design Patterns - The Factory Pattern 編「第4章: ファクトリーパターン - PyGame でグラフィックスを描画してみよう」の巻「ゲームループ」の巻「ファクトリーメソッド」の巻「ファクトリーパターン: まとめ」の巻The Factory Method(ファクトリーメソッド)文字列を引数としてあるメソッドを呼び出し、返り値と…
Practical Python Design Patterns - Python で学ぶデザインパターン: The Factory Pattern - Part. 2 「ゲームループ」の巻
Published 2022年5月25日10:23 by mootaro23
Practical Python Design Patterns - The Factory Pattern 編「第4章: ファクトリーパターン - PyGame でグラフィックスを描画してみよう」の巻「ゲームループ」の巻「ファクトリーメソッド」の巻「ファクトリーパターン: まとめ」の巻The Game Loop(ゲームループ)ゲームプログラミングにおけるもっとも基本的なコンセプトは game …