Skip to content

Instantly share code, notes, and snippets.

@leobalter
Created January 23, 2017 23:17
Show Gist options
  • Save leobalter/72bbf266b321871234edecdfda1c6516 to your computer and use it in GitHub Desktop.
Save leobalter/72bbf266b321871234edecdfda1c6516 to your computer and use it in GitHub Desktop.

The following is a template for a day of notes.


July 26 2016 Meeting Notes

Alice Smith (AS), Bob McCoy (BMC), Carol Waters (CW)

Introduction

AS: Adopt agenda?

Conclusion/Resolution

  • Approved

9.i.f Trailing function commas Stage 4

(Bob McCoy)

BMC: yadda yadda yadda

function f(a, b, c,) {
  return a + b + c;
}

AS: Looks like syntax for the sake of syntax...

Conclusion/Resolution

  • WAT?! Denied.

10.i.a Spec Status Update

(Carol Waters)

CW: This discussion is actually several smaller will be presented in several sections

"use stricter"

CW: Just kidding

async and await

CW: Great progress

(General agreement)

Conclusion/Resolution

  • "use strict": Nope! No new modes!
  • async & await to Stage Infinity

  • The "July 26 2016 Meeting Notes" heading is the only "H1", this allows all three days to be combined into a single document, with three top level headings.
  • "Conclusion/Resolution" is an H4 because topics may be broken into several sub-discussions, which get an H3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment