中古品:
¥7,134 税込
配送料 ¥350 5月13日-14日にお届け(11 時間 17 分以内にご注文の場合)
詳細を見る
コンディション: 中古商品: 良い
コメント: ▼ 東京より発送 ▲ 表紙:縁傷み少々▲ 外観:多少使用感、スレキズ・薄汚れ・薄ヤケ少々
Kindleアプリのロゴ画像

無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません

ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。

携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。

KindleアプリをダウンロードするためのQRコード

何か問題が発生しました。後で再度リクエストしてください。

Object Design: Roles, Responsibilities, and Collaborations ペーパーバック – 2002/11/8

4.3 5つ星のうち4.3 17個の評価

After more than ten years, object technology pioneer Rebecca Wirfs-Brock teams with expert Alan McKean to present a thoroughly updated, modern, and proven method for the design of software. The book is packed with practical design techniques that enable the practitioner to get the job done. Like many human endeavors, design is part art, part engineering, part guesswork, and part experimentation. Discipline, hard work, inspiration, and sound technique all play their part as well. For any given problem, there are many reasonable, but only a few very good solutions. The authors' goal is to help readers learn to make those very good design decisions on their own. The book explores challenges that software developers will face as they build their design, and shows how design patterns can be used to solve design problems. Long awaited and eagerly anticipated, this book represents the first great software design book of the century. A FUTURE CLASSIC!

続きを読む もっと少なく読む

商品の説明

著者について

Rebecca Wirfs-Brock is founder of Wirfs-Brock Associates. She consults with clients on actual architecture and design projects as well as development practices and methods. She is the originator of the set of development practices known as Responsibility-Driven Design. Among her widely used inventions are use case conversations and object role stereotypes. She was lead author of the classic work Designing Object-Oriented Software (Prentice-Hall, 1990).

Alan McKean is a respected object technology educator and cofounder of Wirfs-Brock Associates. His classes have introduced thousands of developers to object-oriented design and programming and his instructional techniques have been widely adopted by other educators. An experienced programmer, speaker, and instructor, Alan has developed curricula in object-oriented design, programming, and distributed object systems.



0201379430AB08292002

登録情報

  • 出版社 ‏ : ‎ Addison-Wesley Professional; 第1版 (2002/11/8)
  • 発売日 ‏ : ‎ 2002/11/8
  • 言語 ‏ : ‎ 英語
  • ペーパーバック ‏ : ‎ 416ページ
  • ISBN-10 ‏ : ‎ 0201379430
  • ISBN-13 ‏ : ‎ 978-0201379433
  • 寸法 ‏ : ‎ 18.42 x 2.54 x 22.86 cm
  • カスタマーレビュー:
    4.3 5つ星のうち4.3 17個の評価

著者について

著者をフォローして、新作のアップデートや改善されたおすすめを入手してください。
Rebecca Wirfs-Brock
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

著者の本をもっと発見したり、よく似た著者を見つけたり、著者のブログを読んだりしましょう

カスタマーレビュー

星5つ中4.3つ
5つのうち4.3つ
17グローバルレーティング

この商品をレビュー

他のお客様にも意見を伝えましょう

上位レビュー、対象国: 日本

2003年9月25日に日本でレビュー済み
オブジェクトの役割、責務、コラボレーションに着目したソフトウェア設計法(Responsibility Driven Design:RDD)を明快に解説。著者の説明は常に明快で分かりやすく(英語も平易)、理解しにくい箇所はひとつもありません。責務と役割に比重を置きながらオブジェクトを識別し、責務をインターフェイスへ対応付けていく上流工程の解説は秀逸。設計方法論としてはシンプルですが、かなり広範囲に応用性が効く実践的な内容。
4人のお客様がこれが役に立ったと考えています
レポート

他の国からのトップレビュー

すべてのレビューを日本語に翻訳
L. Miles
5つ星のうち5.0 Excellent book
2014年6月26日に英国でレビュー済み
Amazonで購入
Recommended by a colleague. This is a definite must read for the serious developer. One of the few tech books I'll probably read again.
wiredweird
5つ星のうち5.0 A great first text on OO design
2004年7月28日にアメリカ合衆国でレビュー済み
Amazonで購入
Wirfs-Brock and McKean have written an oustanding introductory book on object-oriented design. This is definitely a book for beginning OO programmers, the ones who aren't sure how to assign functions to objects and who aren't ready for design patterns yet. More experienced developers won't get much out of it, but that's OK. Every level needs its own reference books.

The book's layout and illustrations present its content well. UML diagrams, for example, use one color and typeface for the actual UML notation. The same diagrams use a different color and typeface for notes that explain the UML. Unlike other books, there's no confusion about which is the tool and which describes the tool. The text is gentle and reasonably jargon-free, but I think it over-does the friendliness in places. In discussing a program's normal and exception handling behavior, the term "happy path" described the execution in the absence of errors. The term may be evocative, but is just a bit hard to take seriously.

The sequence of topics makes good sense. It starts with the idea of a "responsibility," the basic unit of application logic. The authors develop this into strategies for defining objects, defining relationships between objects, and defining the control strategies that implement those relationships. They continue on through error handling (reliability) and extensibility - handling of future features. Throughout, the authors keep a moderate, pragmatic tone, free of name-brand methodology. That's a good thing, since the real focus is on basic skills and decision criteria.

One aspect of this book is just a little confusing. It's definitely aimed at educating a new OO designer, but it doesn't lay out its educational objectives or plan very clearly. It certainly lacks the didactic rigor of a textbook. It would make a good supplementary text, though, and it might be very helpful to a novice working with more experienced developers. Best of all, it refers to additional texts (including Strunk and White!) that will help claify the programs as well as communication with other members of the programming team.

This book is great for anyone starting OO design on their own. It's also good for classroom students who just aren't getting it from their regular instructor and text. Experienced developers won't find much new here, except very clear descriptions of how much error handling or flexibility is enough.

//wiredweird
17人のお客様がこれが役に立ったと考えています
レポート
Joe Lynch
5つ星のうち4.0 Good, although I only skimmed it...
2022年1月20日にアメリカ合衆国でレビュー済み
Amazonで購入
I skimmed the book as most of it felt targeted at those that are inexperienced at OO design. I did find the occasional insight and everything seemed right on the money. The idea to organize your thinking around small clusters of responsibilities is a useful heuristic. I can see the relationship with the SRP and ISP (the S and I of SOLID design principles). I really appreciate the references to other materials as well as commenting on them. It's very classy and sadly not that common anymore. I'd heartily recommend the book for those that are new to OO design. Those with more experience will enjoy it too although they'll get less out of it. This book is referred to by so many other classics so I had to check it out. It made me wonder "what happened to the author?". Looks like she's active in DDD land which makes sense. Look forward to checking out what she's doing there.
1人のお客様がこれが役に立ったと考えています
レポート
Yujun Liang
5つ星のうち5.0 Very Good Text on Object Design, A great first text on OO design, Total Disappointment for experienced Programmers
2007年2月4日にアメリカ合衆国でレビュー済み
Amazonで購入
I have to agree with some earlier reviews on this book.

1. Very Good Text on Object Design,

2. A great first text on OO design,

3. Total Disappointment for Programmers

This is a great book on Object Oriented Design, but ONLY for novice and intermediate object modelers. It is not for an experienced developer who already knows how to use some of the design patterns in Gang of Four book.

If we use an analogy to compare this two books, if Gang of Four Design Pattern book is for post graduate students, Object Design is for the student in the second year of the university.

I want to read more on Object Oriented development so I started to read this book, mainly attracted by its cover. Domain Driven Design by Eric Avans falls into the same category but offers much more exercise for your brain.

Hope this is helpful. I have 10+ years in software development, 7+ years in Java, understand OO and Domain Driven Design.

5 Star Book for a beginner.
14人のお客様がこれが役に立ったと考えています
レポート
Luciano A.
5つ星のうち5.0 A must have for people learning about object design
2012年9月3日にアメリカ合衆国でレビュー済み
Amazonで購入
What I like about this book is that it gives you another point of view about object analysis and design. The book is full of tips and examples so it is easy to read and understand.
2人のお客様がこれが役に立ったと考えています
レポート