paldepind / flyd

The minimalistic but powerful, modular, functional reactive programming library in JavaScript.
MIT License
1.56k stars 85 forks source link

Error handling #20

Closed zeroware closed 9 years ago

zeroware commented 9 years ago

Again another tricky question ...

How do you handle errors in Flyd ?

paldepind commented 9 years ago

Not at all. Same model as js-csp. Users are supposed to handle errors themselves. In practice I've found this not to be an issue and I don't really see why a FRP library should deal with errors.