Y
Hacker News
new
|
ask
|
show
|
jobs
by
endisneigh
1867 days ago
I hear this take a lot. Why is HTML + JS awful for developing applications?
1 comments
easrng
1867 days ago
It wasn't designed to, it grew bit by bit with new features gradually being tacked on, so the APIs are inconsistent (For example,NodeList, HTMLCollection, and Array all have different methods and naming conventions) and poorly designed.
link