usethesource / capsule

The Capsule Hash Trie Collections Library
BSD 2-Clause "Simplified" License
404 stars 27 forks source link

Merge experimental branches of capsule to master #7

Open msteindorfer opened 8 years ago

msteindorfer commented 8 years ago

Instead of long-living experimental feature branches I'm considering to merge them into the master branch into special "experimental" packages. The API and implementations in those packages will be unstable until the code matures and moves to stable packages.

Merging the the branches should simplify code evolution of old and new features, and also show give users a sneak-peak of upcoming or experimental features.

msteindorfer commented 8 years ago

Merging experimental features is the precondition for performing clean-up work in implementation and API (see issues #4, #6), to minimize merge conflicts.