Language: English
Published by Addison-Wesley Professional (edition 1), 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: BooksRun, Philadelphia, PA, U.S.A.
Paperback. Condition: Fair. 1. The item might be beaten up but readable. May contain markings or highlighting, as well as stains, bent corners, or any other major defect, but the text is not obscured in any way.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: HPB-Red, Dallas, TX, U.S.A.
Paperback. Condition: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: Phatpocket Limited, Waltham Abbey, HERTS, United Kingdom
Condition: Good. Your purchase helps support Sri Lankan Children's Charity 'The Rainbow Centre'. Ex-library, so some stamps and wear, but in good overall condition. Our donations to The Rainbow Centre have helped provide an education and a safe haven to hundreds of children who live in appalling conditions.
Seller: Greener Books, London, United Kingdom
Paperback. Condition: Used; Good. **SHIPPED FROM UK** We believe you will be completely satisfied with our quick and reliable service. All orders are dispatched as swiftly as possible! Buy with confidence! Greener Books.
Seller: Moe's Books, Berkeley, CA, U.S.A.
Soft cover. Condition: Very good. No jacket. Cover and inside pages are clean and unmarked.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: Toscana Books, AUSTIN, TX, U.S.A.
Paperback. Condition: new. Excellent Condition.Excels in customer satisfaction, prompt replies, and quality checks.
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000.
Language: English
Published by Pearson Education (US), US, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: Rarewaves.com USA, London, LONDO, United Kingdom
Paperback. Condition: New. 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.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: Ria Christie Collections, Uxbridge, United Kingdom
Condition: New. In.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: New.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: New.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: Revaluation Books, Exeter, United Kingdom
Paperback. Condition: Brand New. 1st edition. 256 pages. 9.10x6.90x0.90 inches. In Stock.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: Ubiquity Trade, Miami, FL, U.S.A.
Condition: New. Brand new! Please provide a physical shipping address.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: As New. Unread book in perfect condition.
Seller: Biblios, Frankfurt am main, HESSE, Germany
Condition: New. pp. xxiii + 358.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: GreatBookPrices, Columbia, MD, U.S.A.
Condition: As New. Unread book in perfect condition.
Language: English
Published by Addison-Wesley Professional, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: Revaluation Books, Exeter, United Kingdom
Paperback. Condition: Brand New. 1st edition. 256 pages. 9.10x6.90x0.90 inches. In Stock.
Language: English
Published by Addison-Wesley Longman, Amsterdam, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: moluna, Greven, Germany
Condition: New. 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.
Seller: Buchpark, Trebbin, Germany
Condition: Gut. Zustand: Gut | Seiten: 384 | Sprache: Englisch | Produktart: Bücher | SummaryMock Objects is an approach to Test-Driven Development that changes theway programmers think about code. It encourages them to think about howobjects interact with each other, rather than just how they work in isolation - asthe founders of Object Oriented programming intended. Objects should bedefined in terms of what they do, not what they are. Using Mock Objects withTest-Driven Development guides developers towards code with clearly focusedobjects and an emphasis on behavior over data - both features of good ObjectOriented programming.This book has been written by two of the originators of the concept, who havedeveloped and refined their understanding over years of practice on realprojects. The book describes the basic concepts and shows how they fit intothe development cycle. It also addresses the common misunderstandings andpitfalls that they have encountered.Author(s) ExpertiseSteve Freeman (UK) is a consultant with ThoughtWorks and has been involvedin the XP community since before there were books. He has a PhD inComputer Science and degrees in Statistics and Music, and was one of theauthors of the first Mock Object paper.Nat Pryce (UK) is an independent consultant with expertise in software design,software development process and practices. He is also a research fellow atImperial College. Nat is a developer of the jMock and nMock libraries for testdrivendevelopment.AudienceThis book is intended for people who are directly concerned with the writingof code: developers at various levels, technical leaders, development managers.They are expected to have experience with an OO language such as C# orJava.The CD/DVD/Web Sitehttp://www.mockobjects.com/.
Language: English
Published by Pearson Education (US), US, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: Rarewaves.com UK, London, United Kingdom
Paperback. Condition: New. 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.
Language: English
Published by Pearson International, Pearson Business Okt 2009, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germany
Taschenbuch. Condition: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -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 pp. Englisch.
Language: English
Published by Pearson International, Pearson Business Okt 2009, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: buchversandmimpf2000, Emtmannsberg, BAYE, Germany
Taschenbuch. Condition: Neu. This item is printed on demand - Print on Demand Titel. Neuware -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 concurrencyFinancial Times Prent., St.-Martin-Straße 82, 81541 München 384 pp. Englisch.
Seller: preigu, Osnabrück, Germany
Taschenbuch. Condition: Neu. Growing Object-Oriented Software, Guided by Tests | Steve Freeman (u. a.) | Taschenbuch | Kartoniert / Broschiert | Englisch | 2009 | Pearson Business | EAN 9780321503626 | Verantwortliche Person für die EU: Financial Times Prent., St.-Martin-Str. 82, 81541 München, salesde[at]pearson[dot]com | Anbieter: preigu Print on Demand.
Language: English
Published by Pearson International, Pearson Business, 2009
ISBN 10: 0321503627 ISBN 13: 9780321503626
Seller: AHA-BUCH GmbH, Einbeck, Germany
Taschenbuch. Condition: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - 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.