Alternative inheritance for JavaScript v.98 available now.
JSINER is a JavaScript library intended to simplify writing OOP in JavaScript which represents alternative JavaScript inheritance approach, provides support of JavaScript classes hierarhies, automatic resolving and optimizing external scripts files dependencies.
JSINER (originated from JavaScript INheritance supportER) is a lazy inheritance implementation in JavaScript.
Lazy inheritance is a design pattern used in JavaScript computer programming. It designates a postponed linking of an object with its prototype (class) until it is needed. If used properly, such approach may increase efficiency, simplicity and flexibility of OOP based code written using JavaScript. Since lazy inheritance is called only for instance creation, it JSINER allowed to combine process of class prototype creation with resolving necessary dependencies of that class.... read more
The v.97 of alternative Lazy JavaScript Inheritance are released.
In implementation of Lazy Inheritance pattern added calls of super class constructor into child class constructor.
The v.97 of alternative Lazy JavaScript Inheritance are released.
In implementation of Lazy Inheritance pattern added calls of super class constructor into child class constructor.
New version of implementation of Lazy JavaScript Inheritance available now.
Lazy Inheritance is an approach intended to simplify writing OOP and provides support of prototype-based classes hierarhies, automatic resolving and optimizing classes dependencies.
The arcticle what is Lazy Inheritance and how to OOP helps to resolve and optimize external classes dependencies available on AjaxLine - http://www.ajaxline.com/node/367
JSINER - Alternative inheritance for JS v0.95 released.
JSINER is a JavaScript library intended to simplify writing OOP which represents lazy inheritance approach, provides support of JavaScript prototype-based classes hierarhies, automatic resolving and optimizing external scripts files dependencies.