cassowary.js icon indicating copy to clipboard operation
cassowary.js copied to clipboard

Remove polymorphism

Open slightlyoff opened this issue 13 years ago • 0 comments

The Variable and Expression constructors are infected with some pretty horrible polymorphic detection code. These might have been good choices for C++ and Java, but this style of use plays badly in JS and should be removed.

slightlyoff avatar Feb 05 '13 09:02 slightlyoff