無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません。
ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。
携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。
Growing Object-Oriented Software, Guided by Tests (Addison-Wesley Signature Series (Beck)) ペーパーバック – イラスト付き, 2009/10/12
購入オプションとあわせ買い
Foreword by Kent Beck
"The authors of this book have led a revolution in the craft of programming by controlling the environment in which software grows.” --Ward Cunningham
“At last, a book suffused with code that exposes the deep symbiosis between TDD and OOD. This one's a keeper.” --Robert C. Martin
“If you want to be an expert in the state of the art in TDD, you need to understand the ideas in this book.”--Michael Feathers
Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this "simple" idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and “grow” software that is coherent, reliable, and maintainable.
Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you’ll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD--from integrating TDD into your processes to testing your most difficult features. Coverage includes
• Implementing TDD effectively: getting started, and maintaining your momentum
throughout the project
• Creating cleaner, more expressive, more sustainable code
• Using tests to stay relentlessly focused on sustaining quality
• Understanding how TDD, Mock Objects, and Object-Oriented Design come together
in the context of a real software development project
• Using Mock Objects to guide object-oriented designs
• Succeeding where TDD is difficult: managing complex test data, and testing persistence
and concurrency
- 本の長さ384ページ
- 言語英語
- 出版社Addison-Wesley Professional
- 発売日2009/10/12
- 寸法17.78 x 2.92 x 23.24 cm
- ISBN-100321503627
- ISBN-13978-0321503626
商品の説明
著者について
Steve Freeman is an independent consultant specializing in Agile software development. A founder member of the London Extreme Tuesday Club, he was chair of the first XPDay and is a frequent organizer and presenter at international conferences. Steve has worked in a variety of organizations, from writing shrink-wrap software for IBM, to prototyping for major research laboratories. Steve has a Ph.D. from Cambridge University, and degrees in statistics and music. Steve is based in London, UK.
Nat Pryce has worked as a programmer, architect, trainer, and consultant in a variety of industries, including sports reportage, marketing communications, retail, telecoms, and finance. With a Ph.D. from Imperial College London, he has also worked on research projects and does occasional university teaching. An early adopter of Extreme Programming, he has written or contributed to several open source libraries that support Test Driven Development. He was one of the founding organizers of the London XPDay and regularly presents at international conferences. Nat is based in London, UK.
Freeman and Pryce were joint winners of the 2006 Agile Alliance Gordon Pask award.
登録情報
- 出版社 : Addison-Wesley Professional; 第1版 (2009/10/12)
- 発売日 : 2009/10/12
- 言語 : 英語
- ペーパーバック : 384ページ
- ISBN-10 : 0321503627
- ISBN-13 : 978-0321503626
- 寸法 : 17.78 x 2.92 x 23.24 cm
- Amazon 売れ筋ランキング: - 42,651位洋書 (洋書の売れ筋ランキングを見る)
- - 54位Object-Oriented Design
- - 76位Software Testing
- - 177位Software Development
- カスタマーレビュー:
著者について
著者の本をもっと見つけたり、似たような著者を調べたり、おすすめの本を読んだりできます。
著者の本をもっと見つけたり、似たような著者を調べたり、おすすめの本を読んだりできます。
カスタマーレビュー
他の国からのトップレビュー
-
-
Dark Matter2020年9月10日にスペインでレビュー済み
5つ星のうち5.0 Buen libro
Amazonで購入Excelente libro para conocer está práctica de programación
-
E. Brodie2017年1月24日にカナダでレビュー済み
5つ星のうち5.0 GOOS is a must read for all software developers!
Amazonで購入This book is a must read for any developer in today's software market. The lessons learned about TDD (Test-Driven Development) are invaluable. Reading this has permanently changed my career for the better.
-
Devesh2014年6月13日にインドでレビュー済み
5つ星のうち3.0 Good but not great Book
Amazonで購入First of all thanks to the authors/publisher for providing a free access on Safari, because of which I have completed the book in a month.
I have previously read Art of Unit Testing by Roy Osherove and also have some experience writing Unit Tests.
I bought this book after suggestions from other authors, Stackoverflow, community. I thought that may be I could learn and become a better software programmer, because this book was endorsed me as a deep Object oriented design book. Secondly, I am from a .net background and not from java, so reading those lengthy examples was really a pain.
However, I enjoyed reading object builder pattern, Domain Language concept, Window Licker (for Java), some cool tricks by JMock (for java) and hence the three star rating.
I have read the entire book page by page, I found that Part 3 to be very lengthy and boring (because of java) whereas other parts of the book are small and I was able to easily grasp from them.
-
Bas Vodde2010年1月14日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 Excellent TDD book for actual practitioners
Amazonで購入This book has been in my Amazon pre-ordered list for quite a while and I was looking forward to this. I found the title alone already excellent. Steven and Nat (authors of jMock) are well known expert TDD practitioners, so I was looking forward to what they had to say. The book was better than I had expected.
The book consists of 5 parts. The first part of a very quick introduction to TDD and jMock. The second part discusses the tdd cycle in more detail. The third part (150 pages) is a very large example of growing a piece of software. The fourth part discusses topics on how to sustain TDD and the last part covers some advanced topics.
In this review, I'll skip part 1 as it was short and nothing special. Part two covers the TDD cycle and the link to evolutionary design. Steve and Nat have a design style that focuses almost purely on the interactions between classes which are most frequently tested using expectations on mock objects (which, as authors of jMock, they have lots of experience with). Most notable from part 2, for me, were the classifications of objects that they used, the strong focus on interaction and mocking (more than I usually have when test-driving) and their lack of focus on classes but focus on roles and responsibilities. Nat and Steve clarify their thinking exceptionally well which makes it all easy to understand.
Part 3 takes the largest part of the book, which is where they test-drive an AuctionSniper application. It is a small application, but large for a book example. The authors show how they gradually build up the application by adding one test at the time and how they gained insights during this process which made them adjust their design. I had mixed feelings about this part as a book didn't seem like the best medium for doing this, but still I appreciate the insights they had and also their attempt to make it as close to "real world" as possible.
Writing tests is one thing, maintaining them in another. Part 4 discusses how to make the tests maintainable and the tdd cycle sustainable. Personally, I found this part very insightful and the authors discipline exemplar. The authors start of with different test smells and what to do about it. They then discuss readability of the tests and of the error messages and spend some time of test object creation. Most notable from that part (for me) was their focus on using builders for creating test data, rather than object mothers.
The final part covers three (or actually two!) advanced topics. First is testing persistence where most interesting was how the authors seemed to prefer to "go all the way" whereas the common advise (for test speed) is to rollback and mock more. (this was actually a common theme in their book). The last two chapters deal with multi-threading and async code. I was unclear why these were separated in two chapters and they they were in this particular order. The content was excellent though, except that I missed some typical design guidelines related to multi-threading design. It almost felt they were in a hurry to write the last two chapters...
Anyways, in conclusion, this will definitively be one of my favorite (if not the favorite) TDD books and general design books. Steven and Nat did a wonderful job on this one. Though the book is not perfect, I enjoyed it thoroughly. A definite recommendation for anyone interested in modern design and TDD.