Skip to content

Instantly share code, notes, and snippets.

View Choicelin's full-sized avatar
💯
online

V2R Choicelin

💯
online
View GitHub Profile
@Choicelin
Choicelin / # gcc@4.9 - 2018-01-07_18-41-28.txt
Created January 7, 2018 10:46
gcc@4.9 on macOS 10.13.1 - Homebrew build logs
Homebrew build logs for gcc@4.9 on macOS 10.13.1
Build date: 2018-01-07 18:41:28
@Choicelin
Choicelin / mocha-guide-to-testing.js
Created October 9, 2018 06:19 — forked from samwize/mocha-guide-to-testing.js
Explain Mocha's testing framework - describe(), it() and before()/etc hooks
// # Mocha Guide to Testing
// Objective is to explain describe(), it(), and before()/etc hooks
// 1. `describe()` is merely for grouping, which you can nest as deep
// 2. `it()` is a test case
// 3. `before()`, `beforeEach()`, `after()`, `afterEach()` are hooks to run
// before/after first/each it() or describe().
//
// Which means, `before()` is run before first it()/describe()
@Choicelin
Choicelin / cloudSettings
Last active February 25, 2021 08:53
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-02-25T08:53:29.057Z","extensionVersion":"v3.4.3"}
@Choicelin
Choicelin / 提问的智慧.md
Created August 5, 2022 04:00 — forked from alsotang/提问的智慧.md
Simplified Chinese edition of "How To Ask Questions The Smart Way"