pourover
pourover copied to clipboard
Refactor source
The current source of PourOver is a bit messy and can be cleaned up. Possibly removing all dependencies in the process or just underscore.
- [ ]
snake_casetocamelCaseof all methods and variables. - [ ] Refactor into Prototypal OO
- [ ] Change documentation to JSDoc3
- [ ] Convert to ES6
I'd be interesting in exploring this a bit, I'll start idling in the gitter chat so we can talk it out.
Awesome! I'm always idle in the channel - ping me when you can :D
Cool. I would advocate refactoring into several commonjs files, replacing underscore with individual lodash.* dependencies, and using browserify to create a distributable version.
@nichoth I'm actually going for es6 modules and splitting everything similarly but using folders just like moment.js
Cool I haven't worked with es6 things yet
the only thing from emca2015 that I'm taking is the import/export modules