- Shopify Application Development
- Michael Larkin
- 239字
- 2021-07-16 11:52:16
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: "To use Rails 4.0.0 with Heroku, we need to add the rails_12factor
gem to the Gemfile so that we can precompile our assets."
A block of code is set as follows:
def obscure_string(string, count) return string if count.blank? substring = string.slice(0..(-1 * count - 1)) return string.gsub(substring, "*" * substring.length) end
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
resources :products do collection do get 'import' end resources :variants end
Commands that need to be entered at the terminal / shell window are set as follows:
gem install rails -v 4.0.0 --no-ri --no-rdoc
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: "You should see a Welcome aboard page that lists out some helpful tips as well as information about the application's configuration as shown in the following screenshot:".
- 少兒人工智能趣味入門:Scratch 3.0動(dòng)畫(huà)與游戲編程
- 深入核心的敏捷開(kāi)發(fā):ThoughtWorks五大關(guān)鍵實(shí)踐
- Getting Started with React
- Visual FoxPro程序設(shè)計(jì)教程
- 無(wú)代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺(tái)
- Android 9 Development Cookbook(Third Edition)
- AIRAndroid應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- 網(wǎng)絡(luò)爬蟲(chóng)原理與實(shí)踐:基于C#語(yǔ)言
- 量化金融R語(yǔ)言高級(jí)教程
- 小型編譯器設(shè)計(jì)實(shí)踐
- IDA Pro權(quán)威指南(第2版)
- 交互式程序設(shè)計(jì)(第2版)
- Android嵌入式系統(tǒng)程序開(kāi)發(fā)(基于Cortex-A8)
- RESTful Web API Design with Node.js
- H5匠人手冊(cè):霸屏H5實(shí)戰(zhàn)解密