gritzko / swarm

JavaScript replicated model (M of MVC) library
http://swarmdb.net/
MIT License
2.68k stars 97 forks source link

Convert swarm-syncable to ES2015 #76

Closed andreypopp closed 7 years ago

andreypopp commented 8 years ago

This PR is just a starting point for the discussion about using ES2015 features and about code style in general.

For now it:

All in separate commits.

This PR builds on top of reorg branch.

olebedev commented 8 years ago

for example adoption should be made specifically by Host and probably it should be used as an API for constructing objects:

Totally agree with it. As we discussed previously with @gritzko