Reorganized code: created Guard class
authorMegaBrutal <code+git@megabrutal.com>
Thu, 16 Mar 2017 00:05:30 +0000 (01:05 +0100)
committerMegaBrutal <code+git@megabrutal.com>
Thu, 16 Mar 2017 00:05:30 +0000 (01:05 +0100)
commit9646274677048d57e16a58389ae8f14e29459bb0
treef75ea6bd3c5e2749b1f2d69a72aa3128629aa54f
parent06bcb7c01a38183ae7b32459bda2dcfafe39e597
Reorganized code: created Guard class

Previously guards were not defined as a distinct class.

Since I want to build a conveniently manageable codebase which
would make a nice framework for my future additions, I need to
revise the actual post-LD code heavily.
The goal is to create a clean, well thought-out object-oriented
framework which is extensible and easy to depend on.
This is the first change towards that state, and seeing how
messy the code currently is, there will be many more.

modified:   shapeshift.js
shapeshift.js