Earlier quoted context omitted.
backbone? magic? backbone is 1534 lines of straightforward, well written, well documented javascript. backbone is about as simple and un-magic as MVC gets, by design.
I hardly feel that backbone is well written and straightforward. This is one of the lines in backbone.js: if ((callback && callback !== (ev.callback._callback || ev.callback)) || (context && context !== ev.context)) I feel stuff like this takes a lot of mental power to understand the context that it is being executed in and what exactly it is doing. It feels like I am knee deep in some obfuscated C code.
end
Come on man?? How the fuck am I supposed to know what that means? End what? And where do we begin??!:rolleyes: