1.1.2 • Published 10 years ago

classing-js v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

#Classing{js} ######current version : v1.1.2 Javascript's prototypal object oriented style, although powerful, is tedious, specially for those who come to javascript from a classical object oriented language like C++, Java or C#. Classing{js} is created to solve this problem by creating a classical-like OOP interface that behaves almost exactly like any regular classical object oriented environment. #Install via NPM npm install classing-js

Include the module in your application through require:

<pre>var classing = require('classing-js');</pre>
    

#Features

Visit the the library's website for more info Start a quick tutorial to learn how to use the library Follow Classing{js} on Twitter to keep up with what's new.

##Your Contributions are Valuable There's a lot more to be done in Classing{js}, and your contribution will certailny help acheving this whether it is: