ConnectAi / cs

Cornerstone, an es6 web framework built on express.js
13 stars 1 forks source link

explore types #11

Closed rosshadden closed 9 years ago

rosshadden commented 9 years ago

Put thought into how using types could help us (or make us more safe at night...).

optikalefx commented 9 years ago

what kinds of types?

rosshadden commented 9 years ago

Enforcing types for some vars, like int, boolean, etc. At one point es6 was supposed to have typed variables. But maybe that fell off the table.