- Learn Type:Driven Development
- Yawar Amin Kamon Ayeva
- 204字
- 2021-07-02 14:41:23
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system".
A block of code is set as follows:
let sumOfSquares(x: int, y: int) = { /* (1) */
let xSq = x * x;
let ySq = y * y;
xSq + ySq
};
The code is highlighted as follows:
- Types are bolded
- Values are slanted
- Language-reserved words (keywords) are underlined
Also note that numbered comments are added to certain points in the code that need further explanation, for example:
- This note explains the code marked with the comment /* (1) */
Any command-line input or output is written as follows:
$ mkdir css
$ cd css
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel".
- 黑客攻防從入門到精通(實戰(zhàn)秘笈版)
- Visual C++程序設(shè)計教程
- JavaScript修煉之道
- Beginning Java Data Structures and Algorithms
- Docker進(jìn)階與實戰(zhàn)
- HTML5 移動Web開發(fā)從入門到精通(微課精編版)
- 華為HMS生態(tài)與應(yīng)用開發(fā)實戰(zhàn)
- Oracle Database 12c Security Cookbook
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實戰(zhàn)
- Windows Embedded CE 6.0程序設(shè)計實戰(zhàn)
- Learning YARN
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)實驗指導(dǎo)與習(xí)題選解(第2版)
- 移動增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- Nagios Core Administration Cookbook(Second Edition)