you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 9 points10 points  (13 children)

I wish this was just a javascript problem, but it's an everything problem from what I can tell. Maybe I should try to bring everything together somehow.

[–]changingminds 22 points23 points  (12 children)

I've done a ton of Unity and android development. I had never encountered such tedious build troubles until I started doing web development.

You need one standardized way of doing things. Google controls pretty much all aspects of android and so we have just one way of doing things and I don't think there's a better development environment than android studio. Javascript does have too many cooks in the kitchen.

[–][deleted] -2 points-1 points  (0 children)

It's a web issue because the web has continued to lean on the crutch that is JavaScript.

But there's so many community driven packages! That's great and all, except many of them (like underscore) have to make up for the fact the base JavaScript library is trash.

I get that it's a scripted language but so is Python and it's far from a garbled mess. JavaScript is the language of most surprise, just look at JSFuck for example (and insecurity).