Skip to content

Languages And Frameworks

Joel Lonbeck edited this page Jun 25, 2015 · 3 revisions

This is a list of languages and libraries used in the project.

##Testing Frameworks

  • mocha Unit testing framework
  • TODO: acceptance testing framework

##Programming Standards

  • JavaScript written for this app should adhere to the ECMAScript 6 specification or, in cases where documentation or implementation are incomplete, the ECMAScript 5.1 specification.
  • Promises! This makes everything amazing so be sure to make lots of them.

##Platform The core of this project is powered by nwjs.

##Libraries and Frameworks tS desktop is developed using a number of different frameworks and libraries.

  • Polymer - For building custom dom elements.
  • Lo-Dash - Provides extra functional utilities.
  • Sizzle - (maybe - Might be provided by polymer) css selector.
  • Sass - Make css awesome!
Clone this wiki locally