- Hands-On Design Patterns with Kotlin
- Alexey Soshin
- 184字
- 2021-06-25 20:49:21
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Kotlin's extension is usually .kt."
A block of code is set as follows:
var s = "I'm a string"
s = 1 // s is a String
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
var s = "I'm a string"
s = 1 // s is a String
Any command-line input or output is written as follows:
I would suggest: a guitar
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: "One of the most common tasks for Java developers is to create another Plain Old Java Object (POJO)."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- HTML5+CSS3王者歸來
- JavaScript從入門到精通(微視頻精編版)
- CockroachDB權威指南
- The Modern C++ Challenge
- Visual Basic編程:從基礎到實踐(第2版)
- 趣學Python算法100例
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- 秒懂設計模式
- 差分進化算法及其高維多目標優化應用
- 你不知道的JavaScript(中卷)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- SQL 經典實例
- Frank Kane's Taming Big Data with Apache Spark and Python
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Node.js 12實戰