- 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".
- Learn ECMAScript(Second Edition)
- 程序員修煉之道:程序設(shè)計(jì)入門30講
- UML和模式應(yīng)用(原書第3版)
- 數(shù)據(jù)結(jié)構(gòu)和算法基礎(chǔ)(Java語(yǔ)言實(shí)現(xiàn))
- Visual Basic編程:從基礎(chǔ)到實(shí)踐(第2版)
- 軟件供應(yīng)鏈安全:源代碼缺陷實(shí)例剖析
- Domain-Driven Design in PHP
- Sails.js Essentials
- Spring Data JPA從入門到精通
- 零基礎(chǔ)學(xué)Java第2版
- SCRATCH編程課:我的游戲我做主
- The Applied Data Science Workshop
- Android開發(fā)進(jìn)階實(shí)戰(zhàn):拓展與提升
- Learning Perforce SCM
- 深度學(xué)習(xí):基于Python語(yǔ)言和TensorFlow平臺(tái)(視頻講解版)