Learning Test-Driven Development: A Polyglot Guide to Writing Uncluttered Code
Siddiqui, Saleem
- 出版商: O'Reilly
- 出版日期: 2021-11-02
- 定價: $1,980
- 售價: 8.5 折 $1,683
- 語言: 英文
- 頁數: 280
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1098106474
- ISBN-13: 9781098106478
-
相關分類:
TDD 測試導向開發
立即出貨
買這商品的人也買了...
-
$407Google 軟件測試之道 (How Google Tests Software)
-
$580$458 -
$1,170$1,112 -
$520$411 -
$1,690$1,606 -
$480$379 -
$580$458 -
$680$537 -
$680$537 -
$780$616 -
$780$616 -
$580$458 -
$560$437 -
$680$537 -
$594$564 -
$600$420 -
$580$458 -
$720$569 -
$1,370$1,302 -
$1,910$1,809 -
$1,230$1,169 -
$880$695 -
$780$616 -
$700$553 -
$1,450$1,378
商品描述
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), you'll write better code--code that's easy to understand, retains its elegance, and works for months, even years, to come. With this indispensable guide, you'll 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, you'll learn how to incorporate TDD into your regular coding practice.
This book helps you:
- Use TDD's 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