You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prasad Talasila edited this page Jun 4, 2017
·
74 revisions
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.
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?