PumpkinSeed / bucket

[DEPRECATED] Optimized data structure framework for Couchbase specialized on one bucket usage
GNU General Public License v3.0
6 stars 2 forks source link

Simplify the operations by following some clean-code guideline #82

Open PumpkinSeed opened 4 years ago

PumpkinSeed commented 4 years ago

Really hard to read the operations. It would make sense if we try to split them for smaller, more strict methods and document their purpose.

PumpkinSeed commented 4 years ago

95 Started to work on that path