- CoffeeScript Application Development Cookbook
- Mike Hatfield
- 199字
- 2021-07-23 19:35:50
Conventions
In this book, you will find a number of styles of text 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: "In this example we will demonstrate the use of spawn()
to execute a CoffeeScript statement."
A block of code is set as follows:
var multiply = function(a, b) { return a * b; };
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
if value % 2 is 0 then console.log 'Value is even'
Any command-line input or output is written as follows:
coffee -c -m counting.coffee
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on the Tools menu and select the Extensions and Updates menu option."
- Bootstrap Site Blueprints Volume II
- Visual Basic .NET程序設計(第3版)
- 新手學Visual C# 2008程序設計
- Building an RPG with Unity 2018
- INSTANT Passbook App Development for iOS How-to
- 劍指Java:核心原理與應用實踐
- 一塊面包板玩轉Arduino編程
- 代替VBA!用Python輕松實現Excel編程
- Everyday Data Structures
- Android Development Tools for Eclipse
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Java高并發編程詳解:深入理解并發核心庫
- Visual C#(學習筆記)
- PhantomJS Cookbook
- Illustrator CS6中文版應用教程(第二版)