HomeComputers & TechnologyLearning Test-Driven Development: A Polyglot Guide to Writing Uncluttered Code
Skip to product information
1 of 1

Learning Test-Driven Development: A Polyglot Guide to Writing Uncluttered Code

paperbackNovember 16, 2021
Regular price $36.68 USD
Regular price Sale price $36.68 USD
Sale Sold out
Shipping calculated at checkout.
Secure Checkout
Quality Guaranteed
New In Stock
ISBN-13: 9781098106478 ISBN-10: 1098106474
Publisher
O'Reilly
Binding
paperback
Published
November 16, 2021
Weight
2.3 lbs
Dimensions
23.50×1.90×17.80 cm

About this book

Learning Test-Driven Development: A Polyglot Guide to Writing Uncluttered Code by Siddiqui, Saleem. paperback edition. ISBN: 9781098106478.

Your code is a testament to your skills as a developer. No matter what language you use, code should be clean, elegant, and uncluttered. By using test-driven development (TDD), youll write code thats easy to understand, retains its elegance, and works for months, even years, to come. With this indispensable guide, youll learn how to use TDD with three different languages: Go, JavaScript, and Python. Author Saleem Siddiqui shows you how to tackle domain complexity using a unit test-driven approach. TDD partitions requirements into small, implementable features, enabling you to solve problems irrespective of the languages and frameworks you use. With Learning Test-Driven Development at your side, youll learn how to incorporate TDD into your regular coding practice. This book helps you: Use TDDs divide-and-conquer approach to tame domain complexity Understand how TDD works across languages, testing frameworks, and domain concepts Learn how TDD enables continuous integration Support refactoring and redesign with TDD Learn how to write a simple and effective unit test harness in JavaScript Set up a continuous integration environment with the unit tests produced during TDD Write clean, uncluttered code using TDD in Go, JavaScript, and Python