Skip to content

arkbot/klazz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

klazz (unstable)

a set of simple prototypal inheritance conventions for NodeJS

Installation

npm install klazz

Example Usage

  • this section still under construction

Current Goals

  1. write vows to describe expected behavior
  2. implement behavior
  3. write documentation

Expected Behavior

  • Klazz.define(name, params) -> Klazz

    • function definitions:

      • public(name, func_def) -> Method.public
      • protected(name, func_def) -> Method.protected
      • private(name, func_def) -> Method.private
    • property definitions:

      • private(name, value) -> Property.private
      • public(name, value) -> Property.public
      • protected(name, value) -> Property.protected
  • Klazz.new(params) -> Klazz

Further Notes

About

a set of simple prototypal inheritance conventions for NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •