SodiumFRP / sodium

Sodium - Functional Reactive Programming (FRP) Library for multiple languages
http://sodium.nz/
Other
848 stars 138 forks source link

FRP book, javascript code refactoring #169

Open ca11ado opened 5 years ago

ca11ado commented 5 years ago

If it's okay, I would like to make a javascript code refactoring in the FRP book examples. It would be great to bring to it ES6 syntax and Airbnb code style. But at least I want to make it more "functional": replace for loops with map and reduce, remove mutable variables and so on.

I need approval, to start the job)

the-real-blackh commented 5 years ago

@ca11ado Yes, you're most welcome to do that. Please check your work in to the Git project alongside the original. (So that the original is the same as what's in the book.)