対訳:シグナリングゲーム/スクリーニングゲーム
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %clearfix { | |
| &::after { | |
| content: ""; | |
| display: block; | |
| height: 0; | |
| clear: both; | |
| } | |
| } |
- Amazon.co.jp: Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future: Ashlee Vance: 洋書
- Nonviolent Communication: A Language of Life: Life-Changing Tools for Healthy Relationships (Nonviolent Communication Guides) - Kindle edition by Marshall B. Rosenberg, Arun Gandhi. Health, Fitness & Dieting Kindle eBooks @ Amazon.com.
- Amazon.co.jp: The Song Machine: Inside the Hit Factory: John Seabrook: 洋書
- Amazon.co.jp: Tiny Beautiful Things: Advice on Love and Life from Dear Sugar: Cheryl Strayed: 洋書
- [Seveneves: A Novel: Neal Stephens
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import test from 'tape'; | |
| // For each unit test you write, | |
| // answer these questions: | |
| test('What component aspect are you testing?', assert => { | |
| const actual = 'What is the actual output?'; | |
| const expected = 'What is the expected output?'; | |
| assert.equal(actual, expected, | |
| 'What should the feature do?'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # EditorConfig is awesome: http://EditorConfig.org | |
| root = true | |
| # root = false | |
| # ================= | |
| # --- TARGET | |
| [*.{extention}] | |
| # --- INDENT |
-
Research
- [ ]Competitive Analysis
- [ ]Data analysis
- [ ]User feedback
-
Plan
- [ ]User stories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |