Skip to content

Instantly share code, notes, and snippets.

@jw56578
Last active July 22, 2018 22:04
Show Gist options
  • Save jw56578/22d46610ef44b6269b2dbd8bb3b8a020 to your computer and use it in GitHub Desktop.
Save jw56578/22d46610ef44b6269b2dbd8bb3b8a020 to your computer and use it in GitHub Desktop.
Review
  1. We have decided which types of computers and operating systems we are going to support and what programming language we are going to use
  2. We are comfortable using the 2 tools that let us build javascript software on those operating system. Node and a web browser
  3. We are comfortable using the platforms's code sharing system, npm. We can use javascript packages to make building our software faster.
  4. If we want, we can share our code as javascript packages by publishing them to npmjs

We can now focus more on actually building the software

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment