Why make JavaScript class based?

Posted by Carnotaurus on Programmers See other posts from Programmers or by Carnotaurus
Published on 2011-02-15T18:52:21Z Indexed on 2011/02/15 23:34 UTC
Read the original article Hit count: 257

Filed under:
|

JavaScript is a prototype language. To turn it into a class based language adds little value? I am not talking about best-practice here. I remember reading an article from way back, which claimed that the class-based worldview is perceivably more flawed than the one of prototypes. My summary can be found here: http://carnotaurus.tumblr.com/post/3248631891/class-based-javascript-or-not. I am resisting to use the class-based jQuery add-on and other attempts at faciliating class-based JavaScript. Peer pressure is strong but is there a stronger theoretical or practical reason why I stop resisting?

© Programmers or respective owner

Related posts about JavaScript

Related posts about oop