slightlyoff / cassowary.js

Cassowary/JS, better, faster, future-ready
Other
1.69k stars 107 forks source link

Determine why null checking is needed in Expression::addVariable #52

Open slightlyoff opened 10 years ago

slightlyoff commented 10 years ago

we should always be getting a value. Demos break if we don't null check. Need to determine why and make arguments always explicit to avoid polymorphicness.