Skip to content

Instantly share code, notes, and snippets.

@fredericksilva
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save fredericksilva/3c8c00411ef5be60d504 to your computer and use it in GitHub Desktop.

Select an option

Save fredericksilva/3c8c00411ef5be60d504 to your computer and use it in GitHub Desktop.

CSS

Libraries

Must Reads:

JavaScript

Libraries

  • Module loader: none - use closures and namespaces
  • Testing: Jasmine
  • Test Runner: Karma
  • Code Quality: JSLint + JSHint Jasmine Spec
  • DOM Framework: jQuery (website), AngularJS (application)

Style

  • use new (rather than Object.create)

Must Reads

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