- Test-Driven iOS Development with Swift 4(Third Edition)
- Dr. Dominik Hauser
- 197字
- 2021-07-02 15:39:36
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "To be able to write tests for your code, you need to import the module with the @testable keyword."
A block of code is set as follows:
func makeHeadline(string: String) -> String {
return "This Is A Test Headline"
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
override func setUp() {
super.setUp()
viewController = ViewController()
}
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "To edit the build scheme, click on scheme on the toolbar in Xcode, and then click on Edit Scheme…."
- 數(shù)據科學實戰(zhàn)手冊(R+Python)
- 案例式C語言程序設計
- SpringMVC+MyBatis快速開發(fā)與項目實戰(zhàn)
- Java開發(fā)入行真功夫
- SQL Server 2016數(shù)據庫應用與開發(fā)
- QGIS By Example
- 從Java到Web程序設計教程
- Learning Material Design
- Python商務數(shù)據分析(微課版)
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- 遠方:兩位持續(xù)創(chuàng)業(yè)者的點滴思考
- 軟件測試技術
- INSTANT Premium Drupal Themes
- Isomorphic Go
- 用Go語言自制編譯器