Book
Head First Design Patterns
Eric Freeman, Elisabeth Robson
Summary
GoFデザインパターンを視覚的かつ直感的な実例で解説した入門書。 難解になりがちなオブジェクト指向の原則とパターンを平易に学べる。
Target Readers
- オブジェクト指向プログラミング初学者
- デザインパターンを初めて学ぶエンジニア
Tags
Colophon
- Publisher
- オライリー・ジャパン
- ISBN
- 978-4873119762
- Published
- Jun 2022
- List price
- ¥5,280incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Next Books
- Recommended
オブジェクト指向における再利用のためのデザインパターン
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides
Reason: After grasping patterns intuitively through illustrations and examples, you solidify the vocabulary with the original text, where intent, applicability, and consequences are rigorously defined. The Gang of Four codifies patterns into a shared design language that grounds discussion.
- Related
リファクタリング
Martin Fowler
Reason: Once you can recognize patterns, techniques for safely moving existing code toward the pattern it wants to be become valuable. Refactoring lets you introduce patterns not in one leap but as a sequence of incremental, safe transformations.
Sources
- Related
レガシーコード改善ガイド
Michael C. Feathers
Reason: When you can read the structure of existing code through the lens of patterns, you can move on to building a safe foothold in untested legacy code—finding seams, covering them with tests, and improving the design from there.