J
Analyzed 12 months ago
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
... [More]
JavaScript INheritance supportER) is a lazy inheritance implementation in JavaScript.
The main features of this approach are:
- Lazy inheritance is prototype-based inheritance;
- Maintaining proper order of script files declaration is not obligatory;
- HTML page loading is faster;
- The parent classes for the object can be loaded dynamically after defining the object type;
- Dependencies are declared in more explicit way;
- If lazy mode of scripts loading is used, only important scripts loaded. [Less]