Iver Johnson Arms

Modern C++ Programming with Test-Driven Development: Code Better, Sleep Better b

Description: Modern C++ Programming with Test-Driven Development by Jeff Langr Modern C++ Programming With Test-Driven Development, the only comprehensive treatment on TDD in C++ provides you with everything you need to know about TDD, and the challenges and benefits of implementing it in your C++ systems. FORMAT Paperback LANGUAGE English CONDITION Brand New Publisher Description If you program in C++ youve been neglected. Test-driven development (TDD) is a modern software development practice that can dramatically reduce the number of defects in systems, produce more maintainable code, and give you the confidence to change your software to meet changing needs. But C++ programmers have been ignored by those promoting TDD--until now. In this book, Jeff Langr gives you hands-on lessons in the challenges and rewards of doing TDD in C++. Modern C++ Programming With Test-Driven Development, the only comprehensive treatment on TDD in C++ provides you with everything you need to know about TDD, and the challenges and benefits of implementing it in your C++ systems. Its many detailed code examples take you step-by-step from TDD basics to advanced concepts. As a veteran C++ programmer, youre already writing high-quality code, and you work hard to maintain code quality. It doesnt have to be that hard. In this book, youll learn: * how to use TDD to improve legacy C++ systems * how to identify and deal with troublesome system dependencies * how to do dependency injection, which is particularly tricky in C++ * how to use testing tools for C++ that aid TDD * new C++11 features that facilitate TDD As you grow in TDD mastery, youll discover how to keep a massive C++ system from becoming a design mess over time, as well as particular C++ trouble spots to avoid. Youll find out how to prevent your tests from being a maintenance burden and how to think in TDD without giving up your hard-won C++ skills. Finally, youll see how to grow and sustain TDD in your team. Whether youre a complete unit-testing novice or an experienced tester, this book will lead you to mastery of test-driven development in C++. What You Need * A C++ compiler running under Windows or Linux, preferably one that supports C++11. Examples presented in the book were built under gcc 4.7.2. * Google Mock 1.6 (downloadable for free; it contains Google Test as well) or an alternate C++ unit testing tool. Most examples in the book are written for Google Mock, but it isnt difficult to translate them to your tool of choice. * A good programmers editor or IDE. * cmake, preferably. Of course, you can use your own preferred make too. CMakeLists.txt files are provided for each project. Examples provided were built using cmake version 2.8.9. * Various freely-available third-party libraries are used as the basis for examples in the book. These include: - cURL - JsonCpp - Boost (filesystem, date_time/gregorian, algorithm, assign) Several examples use the boost headers/libraries. Only one example uses cURL and JsonCpp. Author Biography Jeff Langr wrote Agile in a Flash with Tim Ottinger. Its a unique set of reference and recommendation cards that you can find tacked to many monitors and walls in agile shops. He has written other books and more than one hundred articles on software development, and trains and consults in software development, including test-driven development. Review ""Jeff Langr has written another excellent book. This time he brings Test-Driven Development to the world of C++. Jeffs starting example brings us face to face with the stark simplicity of good TDD. He explains why we work that way and then provides key practical details, all the way through test doubles, working with legacy code, threading, and more. This one is a keeper for anyone working with C++!""--Ron Jeffries, Co-creator of the Extreme Programming methodology""Jeff Langr has written the best C++ book in years. Modern C++ Programming with Test-Driven Development is the perfect mixture of theory and practice. The abstractions are explained with clarity and gusto, but the details are right there when you need them. Its sure to be an instant classic, in C++ and in TDD both.""--Michael D. Hill, XP coach and writer""Jeff is an expert software craftsman, and in this book he shares his considerable wisdom about crafting great software. This book is not about testing, though you will learn valuable testing techniques. It is about improving your skills, code, products, and life through test-driving. Whether youre a novice, expert, or in between, Jeff will show you the how and the why of an expert who test-drives better products with C++.""--James W. Grenning, Author of "Test-Driven Development for Embedded C" Long Description If you program in C++ youve been neglected. Test-driven development (TDD) is a modern software development practice that can dramatically reduce the number of defects in systems, produce more maintainable code, and give you the confidence to change your software to meet changing needs. But C++ programmers have been ignored by those promoting TDD--until now. In this book, Jeff Langr gives you hands-on lessons in the challenges and rewards of doing TDD in C++. Modern C++ Programming With Test-Driven Development, the only comprehensive treatment on TDD in C++ provides you with everything you need to know about TDD, and the challenges and benefits of implementing it in your C++ systems. Its many detailed code examples take you step-by-step from TDD basics to advanced concepts. As a veteran C++ programmer, youre already writing high-quality code, and you work hard to maintain code quality. It doesnt have to be that hard. In this book, youll learn: * how to use TDD to improve legacy C++ systems * how to identify and deal with troublesome system dependencies * how to do dependency injection, which is particularly tricky in C++ * how to use testing tools for C++ that aid TDD * new C++11 features that facilitate TDD As you grow in TDD mastery, youll discover how to keep a massive C++ system from becoming a design mess over time, as well as particular C++ trouble spots to avoid. Youll find out how to prevent your tests from being a maintenance burden and how to think in TDD without giving up your hard-won C++ skills. Finally, youll see how to grow and sustain TDD in your team. Whether youre a complete unit-testing novice or an experienced tester, this book will lead you to mastery of test-driven development in C++. What You Need * A C++ compiler running under Windows or Linux, preferably one that supports C++11. Examples presented in the book were built under gcc 4.7.2. * Google Mock 1.6 (downloadable for free; it contains Google Test as well) or an alternate C++ unit testing tool. Most examples in the book are written for Google Mock, but it isnt difficult to translate them to your tool of choice. * A good programmers editor or IDE. * cmake, preferably. Of course, you can use your own preferred make too. CMakeLists.txt files are provided for each project. Examples provided were built using cmake version 2.8.9. * Various freely-available third-party libraries are used as the basis for examples in the book. These include: - cURL - JsonCpp - Boost (filesystem, date_time/gregorian, algorithm, assign) Several examples use the boost headers/libraries. Only one example uses cURL and JsonCpp. Review Quote "Jeff Langr has written another excellent book. This time he brings Test-Driven Development to the world of C++. Jeffs starting example brings us face to face with the stark simplicity of good TDD. He explains why we work that way and then provides key practical details, all the way through test doubles, working with legacy code, threading, and more. This one is a keeper for anyone working with C++!" -Ron Jeffries, Co-creator of the Extreme Programming methodology "Jeff Langr has written the best C++ book in years. Modern C++ Programming with Test-Driven Development is the perfect mixture of theory and practice. The abstractions are explained with clarity and gusto, but the details are right there when you need them. Its sure to be an instant classic, in C++ and in TDD both." -Michael D. Hill, XP coach and writer "Jeff is an expert software craftsman, and in this book he shares his considerable wisdom about crafting great software. This book is not about testing, though you will learn valuable testing techniques. It is about improving your skills, code, products, and life through test-driving. Whether youre a novice, expert, or in between, Jeff will show you the how and the why of an expert who test-drives better products with C++." -James W. Grenning, Author of "Test-Driven Development for Embedded C" Details ISBN1937785483 Author Jeff Langr Short Title MODERN C++ PROGRAMMING W/TEST- Language English ISBN-10 1937785483 ISBN-13 9781937785482 Media Book Format Paperback Year 2013 Pages 380 Imprint The Pragmatic Programmers Subtitle Code Better, Sleep Better Place of Publication Raleigh Country of Publication United States DEWEY 005.133 Illustrations illustrations AU Release Date 2013-11-05 NZ Release Date 2013-11-05 UK Release Date 2013-11-05 Edited by Fu-Chan Wei Birth 1945 Affiliation Consultant Urological Surgeon, Royal Bournemouth Hospital, and Visiting Professor, Bournemouth University, Bournemouth, UK Position Contributor Qualifications MD Publisher The Pragmatic Programmers Audience General Publication Date 2013-11-19 US Release Date 2013-11-19 We've got this At The Nile, if you're looking for it, we've got it. With fast shipping, low prices, friendly service and well over a million items - you're bound to find what you want, at a price you'll love! TheNile_Item_ID:77433142;

Price: 80.97 AUD

Location: Melbourne

End Time: 2024-11-22T02:55:02.000Z

Shipping Cost: 0 AUD

Product Images

Modern C++ Programming with Test-Driven Development: Code Better, Sleep Better b

Item Specifics

Restocking fee: No

Return shipping will be paid by: Buyer

Returns Accepted: Returns Accepted

Item must be returned within: 30 Days

ISBN-13: 9781937785482

Book Title: Modern C++ Programming with Test-Driven Development

Author: Jeff Langr

Publication Name: Modern C++ Programming with Test-Driven Development

Format: Paperback

Language: English

Publisher: The Pragmatic Programmers

Subject: Computer Science

Publication Year: 2013

Type: Textbook

Number of Pages: 380 Pages

Recommended

The Standard C Library by P.J. Plauger 1992 Paperback
The Standard C Library by P.J. Plauger 1992 Paperback

$38.00

View Details
Vitamin C, Advanced Brightening Cream, 16 oz (454 g)
Vitamin C, Advanced Brightening Cream, 16 oz (454 g)

$15.99

View Details
The Cambridge Companion to Nietzsche (Cambridge Companions to - VERY GOOD
The Cambridge Companion to Nietzsche (Cambridge Companions to - VERY GOOD

$7.98

View Details
Modern Compact Apple IIc 2c Computer Power Supply Adapter  Fully Tested
Modern Compact Apple IIc 2c Computer Power Supply Adapter Fully Tested

$22.00

View Details
MTG - Propaganda - Modern Horizons 3 Commander - MH3 M3C
MTG - Propaganda - Modern Horizons 3 Commander - MH3 M3C

$3.45

View Details
20 x New 1.5" Modern Star Wars Figure Display Stands-Wide stance -1995 on - T4c
20 x New 1.5" Modern Star Wars Figure Display Stands-Wide stance -1995 on - T4c

$14.49

View Details
Physical Diagnosis - History & Examination of the Patient Third Edition 1969
Physical Diagnosis - History & Examination of the Patient Third Edition 1969

$9.50

View Details
6" - 24" Inch Modern Bold Euro Stainless Steel Kitchen Cabinet Bar Pull Handle
6" - 24" Inch Modern Bold Euro Stainless Steel Kitchen Cabinet Bar Pull Handle

$6.54

View Details
Modern Refrigeration And Air Conditioning
Modern Refrigeration And Air Conditioning

$55.96

View Details
68232316AD CAPA Bumper Cover Fascia Rear Lower for Jeep Cherokee 2014-2018
68232316AD CAPA Bumper Cover Fascia Rear Lower for Jeep Cherokee 2014-2018

$230.90

View Details