"We’re at an inflection point in the practice of constructing software. Our tools are good, our server developers are happy, but when it comes to building client-side software, we really don’t know where we’re going or how to get there."
The client-side mess · Things are bad. You have to build everything three times: Web, iOS, Android. (No Windows?)
JavaScript is horrible.
> [5, 10, 1].sort();
[ 1, 10, 5 ]
No comments:
Post a Comment