Tagged Questions
2
votes
0answers
44 views
Node + Express Code Critique?
I'm learning Node. I'm working on a personal project that uses Node + Express + Node-Mysql + Generic-Pool (for mysql pooling). I am new to the idea of module.exports and I'm still grokking it.
The ...
0
votes
0answers
28 views
Making one object the property of another whilst avoiding scope issues
After being inspired by some MVC style design patterns, I have been trying to separate data from views in my code and move toward a more sensibly organized object based approach. (please, don't bother ...
0
votes
0answers
87 views
Is this there a better way to use AngularJS to create a simple login?
I'm brand new to AngularJS. I would like advice as to whether I'm approaching the design of a simple login section of an app built with Angular correctly.
The app consists of two view partials: ...
0
votes
0answers
309 views
Combating phantom views in Backbone apps using 'Manager' views
I'm looking for a sanity check on my method of combating zombie views in Backbone.js. I did some reading, and added some solutions I found online to my own ideas.
First, I add a 'close' method to ...