Learning Test-Driven Development: A Polyglot Guide to Writing Uncluttered Code
暫譯: 學習測試驅動開發:多語言編寫簡潔代碼的指南
Siddiqui, Saleem
- 出版商: O'Reilly
- 出版日期: 2021-11-16
- 定價: $2,100
- 售價: 8.0 折 $1,680
- 語言: 英文
- 頁數: 280
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1098106474
- ISBN-13: 9781098106478
-
相關分類:
TDD 測試導向開發
-
相關翻譯:
Test-Driven Development 學習手冊 (繁中版)
立即出貨
買這商品的人也買了...
-
$479$455 -
$580$458 -
$1,450$1,378 -
$520$411 -
$2,350$2,233 -
$480$379 -
$580$458 -
$680$537 -
$680$578 -
$780$663 -
$780$616 -
$580$458 -
$560$437 -
$680$537 -
$594$564 -
$600$468 -
$580$458 -
$720$569 -
$2,150$2,043 -
$1,660$1,577 -
$880$695 -
$780$616 -
$700$553 -
$1,750$1,663 -
$1,808Learning Functional Programming: Managing Code Complexity by Thinking Functionally (Paperback)
相關主題
商品描述
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
商品描述(中文翻譯)
您的程式碼是您作為