Skip to content

Refactoring scratch pad

Prasad Talasila edited this page Jun 4, 2017 · 74 revisions
  1. The view part right now is console.log. This is deeply embedded in the application. We need to consolidate the view part to one location so that multiple views can be supported from the same model-controller setup.

  2. What is the preferred way of specifying the module exports? Are we following the preferred way? In lib/help.js, the crux of the work is done on the module.exports line. Is there a better way?

Clone this wiki locally