Khan / Prototope

Swift library of lightweight interfaces for prototyping, bridged to JS
http://khan.github.io/Prototope
230 stars 18 forks source link

Speech #22

Closed jbrennan closed 9 years ago

jbrennan commented 9 years ago

Now your prototopes can really say something!

NachoSoto commented 9 years ago

Not a fan of types with all static methods, but it's probably the most convenient API for this :)

jbrennan commented 9 years ago

@NachoSoto Yeah, I went back and forth on that. I settled on static methods because it really only makes sense to speak one thing at a time, and this lets you queue things up without having to figure out when to make the next thing speak.

NachoSoto commented 9 years ago

Yup! :shipit: Should I merge? since you assigned it to me

jbrennan commented 9 years ago

@NachoSoto Yep!