- Test-Driven JavaScript Development
- Ravi Kumar Gupta Hetal Prajapati Harmeet Singh
- 105字
- 2021-07-30 09:59:09
Chapter 1. Overview of TDD
There are several ways to develop a project. Testing is one of the most important phases in the development of any project, and in the traditional software development model, it is usually executed after the code for functionality is written. Test-driven development (TDD) makes a big difference by writing tests before the actual code.
You are going to learn TDD for JavaScript and see how this approach can be utilized in projects. In this chapter, you are going to learn the following:
- The complexity of web pages
- Understanding TDD
- Agile and TDD
- Benefits of TDD and common myths
推薦閱讀
- DevOps:軟件架構師行動指南
- Git Version Control Cookbook
- Learning Real-time Processing with Spark Streaming
- Java Web基礎與實例教程(第2版·微課版)
- 深度強化學習算法與實踐:基于PyTorch的實現
- Kotlin Standard Library Cookbook
- Mastering Predictive Analytics with Python
- SharePoint Development with the SharePoint Framework
- Unreal Engine 4 Shaders and Effects Cookbook
- 深入淺出Go語言編程
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- C語言程序設計
- Getting Started with Electronic Projects
- Shopify Application Development
- Spring Microservices