7 ms·
Interesting - I'm about to start working on a mobile site and I noticed there weren't many mobile frameworks that also used the MVC pattern. However, at first g
by cdsanchez 16y ago
Interesting - I'm about to start working on a mobile site and I noticed there weren't many mobile frameworks that also used the MVC pattern. However, at first glance, I don't like that it requires node.js since I'm mostly on Windows.
This is just me nitpicking here: why did they feel the need to define two global variables (YES/NO) as aliases for true and false, respectively?
- swerler 16y agoWe were defining it just for better readability: isAsync:YES just sounds more naturally than isAsync:false. Saw and liked it in Objective-C....