- 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…."
- DBA攻堅指南:左手Oracle,右手MySQL
- 技術領導力:程序員如何才能帶團隊
- Learn Programming in Python with Cody Jackson
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- PySide GUI Application Development(Second Edition)
- Learning Python by Building Games
- Learning JavaScript Data Structures and Algorithms
- 微信小程序全棧開發技術與實戰(微課版)
- .NET Standard 2.0 Cookbook
- 分布式架構原理與實踐
- Hands-On Dependency Injection in Go
- PHP動態網站開發實踐教程
- Instant AppFog
- The Python Apprentice
- Python High Performance(Second Edition)