- Test-Driven iOS Development with Swift
- Dr. Dominik Hauser
- 197字
- 2021-07-16 09:45:48
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 in the toolbar in Xcode, and then click on Edit Scheme…."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Learning Single:page Web Application Development
- The Supervised Learning Workshop
- Learning Cython Programming
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計(jì)模式
- Python網(wǎng)絡(luò)爬蟲(chóng)從入門(mén)到實(shí)踐(第2版)
- 零基礎(chǔ)學(xué)MQL:基于EA的自動(dòng)化交易編程
- Hands-On Full Stack Development with Go
- C/C++程序員面試指南
- HTML5秘籍(第2版)
- Go語(yǔ)言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- Emgu CV Essentials
- ScratchJr趣味編程動(dòng)手玩:讓孩子用編程講故事
- Mastering Concurrency Programming with Java 9(Second Edition)
- Visual C++程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)