- Mastering React Test:Driven Development
- Daniel Irvine
- 141字
- 2021-06-24 14:44:59
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, React component names, test names, directory names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "In test/domManipulators.js, add the following new property to the return object of createContainer."
Any command-line input or output is written as follows:
$ mkdir css
$ cd css
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The final test for the Undo button is to check that it dispatches an UNDO action when it is clicked."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Web程序設計及應用
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Mastering Articulate Storyline
- JS全書:JavaScript Web前端開發指南
- 大學計算機基礎(第2版)(微課版)
- ADI DSP應用技術集錦
- Getting Started with NativeScript
- Linux:Embedded Development
- Microsoft Azure Storage Essentials
- C#程序設計(項目教學版)
- Django 3.0入門與實踐
- 軟件測試綜合技術
- 寫給程序員的Python教程
- Deep Learning with R Cookbook
- Mockito Essentials