Good day all,
I've recently been looking around for a nice simple JavaScript class framework which only does basic inheritance. I found John Resig's example framework on his blog and I find it to be quite satisfactory for my needs. However, the post dates from 2008, and this is, after all, the web we're talking about.
So my question is, would you guys use that system as is, or would there be improvements to make, things that have been discovered over the years? Or perhaps an existing, actively supported class framework that resembles this one?
Thanks.