decojs / DecoJS

A framework for creating maintainable frontend applications
11 stars 2 forks source link

Refactor QVC to use prototypes #13

Open mariusGundersen opened 10 years ago

mariusGundersen commented 10 years ago

Currently the Executables require a lot of memory, and aren't structure very well. The Executable class should be refactored to use a prototype, which inherits from Validatable. When creating an executable there should be a simple way to copy all function references onto the execute method instead of having it be done manually.