1.1.4 • Published 6 years ago

arkitect.js v1.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

License Maintained
Build Status Dependancies Dev dependancies
Coverage Status Codacy Badge Vulnerabilities

arkitect.js

arkitect.js is a library that aims to help create good software architectures

Utils

Abstract: Abstract class may contain a mix of methods declared with or without an implementation. It cannot be instantiated, but they can be subclassed.

Interface: An interface is used to specify a behavior that classes must implement.

GoF patterns

Singleton: Singleton pattern restricts the instantiation of a class to one object.

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago

0.0.3-alpha

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago