Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 46,58
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: California Books, Miami, FL, Estados Unidos de America
EUR 48,99
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 48,15
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Idioma: Inglés
Publicado por Packt Publishing Limited, GB, 2022
ISBN 10: 1803242000 ISBN 13: 9781803242002
Librería: Rarewaves USA, OSWEGO, IL, Estados Unidos de America
EUR 57,71
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New. Learn how to write software that excites your customers and avoids breaking your work when making changesKey FeaturesLearn how a simple shift in focus will let you use tests to meet customer needsDevelop a testing library and a logging library that you can use in your own projectsDrive better code designs with effective tests that help new team members contribute fasterBook DescriptionModern, standard C++ is all that is needed to create a small and practical testing framework that will improve the design of any project. This allows you to think about how the code will be used, which is the first step in designing intuitive interfaces. TDD is a modern balanced software development approach that helps to create maintainable applications, provide modularity in design, and write minimal code that drastically reduces defects. With the help of this book, you'll be able to continue adding value when designs need to change by ensuring that the changes don't break existing tests.In this book, you will use test-driven development (TDD) to gain practical skills by writing a simple testing framework and then using it to drive the design of a logging library. The book will help you enhance your software development skills with test cases. You'll understand how to design and implement test cases. The chapters will also show you how to utilize the TDD approach to be more productive in software development than attempting to code in large unstructured steps.By the end of this book, you'll have gained knowledge of TDD and testing and also built a working logging library with unique features not found in other libraries.What you will learnUnderstand how to develop software using TDDKeep the code for the system as error-free as possibleRefactor and redesign code confidentlyCommunicate the requirements and behaviors of the code with your teamUnderstand the differences between unit tests and integration testsUse TDD to create a minimal viable testing frameworkWho this book is forThis book is for C++ developers already familiar with and using C++ for daily tasks who want to improve their skillset. You don't need to be an expert but you should already have some knowledge of modern C++ and how to use templates to get the most out of this book.
Idioma: Inglés
Publicado por Packt Publishing Limited, GB, 2022
ISBN 10: 1803242000 ISBN 13: 9781803242002
Librería: Rarewaves.com USA, London, LONDO, Reino Unido
EUR 59,58
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New. This book focuses on teaching you how to use tests to improve the design of future projects. Using TDD will help you design code that is easy to understand, runs without crashing, does what it's supposed to do with fewer bugs, and can be changed as needed. Implementing this method using this book will make your code seem more intuitive because you'll learn how to write it first from a user's viewpoint.
Librería: Books Puddle, New York, NY, Estados Unidos de America
EUR 61,33
Cantidad disponible: 4 disponibles
Añadir al carritoCondición: New.
Idioma: Inglés
Publicado por Packt Publishing 2022-11-18, 2022
ISBN 10: 1803242000 ISBN 13: 9781803242002
Librería: Chiron Media, Wallingford, Reino Unido
EUR 47,18
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New.
Librería: Ria Christie Collections, Uxbridge, Reino Unido
EUR 50,89
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 50,13
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 55,61
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Librería: Studibuch, Stuttgart, Alemania
EUR 18,05
Cantidad disponible: 1 disponibles
Añadir al carritopaperback. Condición: Sehr gut. 430 Seiten; 9781803242002.2 Gewicht in Gramm: 1.
Idioma: Inglés
Publicado por Packt Publishing Limited, GB, 2022
ISBN 10: 1803242000 ISBN 13: 9781803242002
Librería: Rarewaves USA United, OSWEGO, IL, Estados Unidos de America
EUR 59,22
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New. This book focuses on teaching you how to use tests to improve the design of future projects. Using TDD will help you design code that is easy to understand, runs without crashing, does what it's supposed to do with fewer bugs, and can be changed as needed. Implementing this method using this book will make your code seem more intuitive because you'll learn how to write it first from a user's viewpoint.
Idioma: Inglés
Publicado por Packt Publishing Limited, GB, 2022
ISBN 10: 1803242000 ISBN 13: 9781803242002
Librería: Rarewaves.com UK, London, Reino Unido
EUR 55,18
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New. Learn how to write software that excites your customers and avoids breaking your work when making changesKey FeaturesLearn how a simple shift in focus will let you use tests to meet customer needsDevelop a testing library and a logging library that you can use in your own projectsDrive better code designs with effective tests that help new team members contribute fasterBook DescriptionModern, standard C++ is all that is needed to create a small and practical testing framework that will improve the design of any project. This allows you to think about how the code will be used, which is the first step in designing intuitive interfaces. TDD is a modern balanced software development approach that helps to create maintainable applications, provide modularity in design, and write minimal code that drastically reduces defects. With the help of this book, you'll be able to continue adding value when designs need to change by ensuring that the changes don't break existing tests.In this book, you will use test-driven development (TDD) to gain practical skills by writing a simple testing framework and then using it to drive the design of a logging library. The book will help you enhance your software development skills with test cases. You'll understand how to design and implement test cases. The chapters will also show you how to utilize the TDD approach to be more productive in software development than attempting to code in large unstructured steps.By the end of this book, you'll have gained knowledge of TDD and testing and also built a working logging library with unique features not found in other libraries.What you will learnUnderstand how to develop software using TDDKeep the code for the system as error-free as possibleRefactor and redesign code confidentlyCommunicate the requirements and behaviors of the code with your teamUnderstand the differences between unit tests and integration testsUse TDD to create a minimal viable testing frameworkWho this book is forThis book is for C++ developers already familiar with and using C++ for daily tasks who want to improve their skillset. You don't need to be an expert but you should already have some knowledge of modern C++ and how to use templates to get the most out of this book.
Idioma: Inglés
Publicado por Packt Publishing Limited, 2022
ISBN 10: 1803242000 ISBN 13: 9781803242002
Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America
EUR 57,05
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPAP. Condición: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Idioma: Inglés
Publicado por Packt Publishing Limited, 2022
ISBN 10: 1803242000 ISBN 13: 9781803242002
Librería: PBShop.store UK, Fairford, GLOS, Reino Unido
EUR 51,38
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPAP. Condición: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Librería: Majestic Books, Hounslow, Reino Unido
EUR 58,29
Cantidad disponible: 4 disponibles
Añadir al carritoCondición: New. Print on Demand.
Librería: Biblios, Frankfurt am main, HESSE, Alemania
EUR 56,47
Cantidad disponible: 4 disponibles
Añadir al carritoCondición: New. PRINT ON DEMAND.
Idioma: Inglés
Publicado por Packt Publishing Limited, 2022
ISBN 10: 1803242000 ISBN 13: 9781803242002
Librería: THE SAINT BOOKSTORE, Southport, Reino Unido
EUR 57,68
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback / softback. Condición: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days.
Librería: moluna, Greven, Alemania
EUR 60,16
Cantidad disponible: Más de 20 disponibles
Añadir al carritoKartoniert / Broschiert. Condición: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. Über den AutorAbdul Wahid Tanner has been programming C++ since 1992 and teaching others how to code for almost as long. Back then, there were no books to teach C++ and he learned everything by experimenting. He knows the difficulti.
Librería: preigu, Osnabrück, Alemania
EUR 62,45
Cantidad disponible: 5 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Test-Driven Development with C++ | A simple guide to writing bug-free Agile code | Abdul Wahid Tanner | Taschenbuch | Kartoniert / Broschiert | Englisch | 2022 | Packt Publishing | EAN 9781803242002 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu Print on Demand.
Librería: AHA-BUCH GmbH, Einbeck, Alemania
EUR 71,86
Cantidad disponible: 1 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Learn how to write software that excites your customers and avoids breaking your work when making changesKey Features:Learn how a simple shift in focus will let you use tests to meet customer needsDevelop a testing library and a logging library that you can use in your own projectsDrive better code designs with effective tests that help new team members contribute fasterBook Description:Modern, standard C++ is all that is needed to create a small and practical testing framework that will improve the design of any project. This allows you to think about how the code will be used, which is the first step in designing intuitive interfaces. TDD is a modern balanced software development approach that helps to create maintainable applications, provide modularity in design, and write minimal code that drastically reduces defects. With the help of this book, you'll be able to continue adding value when designs need to change by ensuring that the changes don't break existing tests.In this book, you will use test-driven development (TDD) to gain practical skills by writing a simple testing framework and then using it to drive the design of a logging library. The book will help you enhance your software development skills with test cases. You'll understand how to design and implement test cases. The chapters will also show you how to utilize the TDD approach to be more productive in software development than attempting to code in large unstructured steps.By the end of this book, you'll have gained knowledge of TDD and testing and also built a working logging library with unique features not found in other libraries.What You Will Learn:Understand how to develop software using TDDKeep the code for the system as error-free as possibleRefactor and redesign code confidentlyCommunicate the requirements and behaviors of the code with your teamUnderstand the differences between unit tests and integration testsUse TDD to create a minimal viable testing frameworkWho this book is for:This book is for C++ developers already familiar with and using C++ for daily tasks who want to improve their skillset. You don't need to be an expert but you should already have some knowledge of modern C++ and how to use templates to get the most out of this book.