Hacker News new | ask | show | jobs
by cdsanchez 5628 days 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?

1 comments

We were defining it just for better readability:

isAsync:YES just sounds more naturally than isAsync:false.

Saw and liked it in Objective-C....