- 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…."
- The Complete Rust Programming Reference Guide
- 趣學(xué)Python算法100例
- Elastic Stack應(yīng)用寶典
- 信息技術(shù)應(yīng)用基礎(chǔ)
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(入門與提高篇)
- 深度學(xué)習(xí)原理與PyTorch實(shí)戰(zhàn)(第2版)
- PHP與MySQL權(quán)威指南
- 并行編程方法與優(yōu)化實(shí)踐
- 算法圖解
- 石墨烯改性塑料
- 人人都能開發(fā)RPA機(jī)器人:UiPath從入門到實(shí)戰(zhàn)
- Android高級(jí)開發(fā)實(shí)戰(zhàn):UI、NDK與安全
- Mastering Machine Learning with R
- Java Web 從入門到項(xiàng)目實(shí)踐(超值版)
- Scratch 3.0少兒積木式編程(6~10歲)