Class-based programming in JavaScript with inheritance
joii.harold.info
Class-based programming in JavaScript with inheritance
1–7 of 7 posts
Re: Class-based programming in JavaScript with inheritance
#2please... don't
Re: Class-based programming in JavaScript with inheritance
#3[deleted]
Re: Class-based programming in JavaScript with inheritance
#4Ugly, awkward and adds nothing of value.
Re: Class-based programming in JavaScript with inheritance
#5I think we needed something that makes JavaScript's prototype inheritance more stand out.
Re: Class-based programming in JavaScript with inheritance
#6I think we needed something that makes JavaScript's prototype inheritance more stand out.
Agreed.
This library isn't meant to 'bash' on the prototype inheritance. It's purely meant as personal preference over prototyping. Especially for programmers coming from a Java or PHP background.
Re: Class-based programming in JavaScript with inheritance
#7Not sure why people are so readily negative, but I think this is a clever way to create class-like models with less boilerplate.
Even in PHP I get tired of writing explicit getters/setters.