- 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.
- Learning Docker
- MongoDB for Java Developers
- Visual Basic程序設計與應用實踐教程
- Reactive Programming With Java 9
- Oracle Database 12c Security Cookbook
- Python時間序列預測
- Working with Odoo
- PySpark Cookbook
- Android應用案例開發大全(第二版)
- Tableau 10 Bootcamp
- Mobile Device Exploitation Cookbook
- Practical Game Design with Unity and Playmaker
- 大話Java:程序設計從入門到精通
- 進入IT企業必讀的324個Java面試題
- Greenplum構建實時數據倉庫實踐