|
|
|
|
|
by 79d697i6fdif
3434 days ago
|
|
I think it's around 5 years too late to prevent the complexity explosion :) JS has been object oriented since the beginning it just has an insane prototype based inheritance hierarchy that they're increasingly trying to hide/pave over. |
|
Can you elaborate more on why you think it is insane? I think it is quite elegant, and in my experience they only try to hide or pave over it because just so many damn people can't get over the fact that it isn't classical object oriented
Also, for those who haven't read: http://javascript.crockford.com/inheritance.html