dev.to記事で紹介された技術書(洋書)と日本語版の翻訳本を紹介

Design Patterns24

紹介された本(洋書)
日本語版(翻訳本)
Design Patterns
Design Patterns
Elements of Reusable Object-Oriented Software

著者:Ralph JohnsonErich GammaJohn VlissidesRichard Helm

出版社:Addison-Wesley

出版日:1995

オブジェクト指向における再利用のためのデザインパターン
オブジェクト指向における再利用のためのデザインパターン

著者:Eric Gamma

出版社:

出版日:1999-10

概要:Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves. The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk. 0201633612B07092001

概要:本書は柔軟で、再利用可能な、理解しやすい設計のために、オブジェクト指向ソフトウェア設計において遭遇するさまざまな問題に対する解法を、23個のデザインパターンとしてカタログ化。あなたのプログラムにも、即、適用できます。Software Development Productivity Award受賞。

引用されているdev.toの記事

What are design patterns?

My Suggested Reads

Design Patterns - Adapter

Book Recommendations

Mistakes and Learnings.