jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

Consider inline the `write` module. #28

Closed royriojas closed 1 year ago

royriojas commented 6 years ago

This is something we need to consider carefully, I don't see a big deal having small modules as dependencies, but I have the feeling inlining the write module might make sense for this module instead of fetching that as a dependency.