kowainik / hash-store

Hash as cache
https://kowainik.github.io/projects/hash-store
Mozilla Public License 2.0
2 stars 1 forks source link

The returned hash also contains the filename #8

Closed int-index closed 6 years ago

int-index commented 6 years ago

Well, I guess it's not really a problem, but the documentation calls this parameter a hash, it should be renamed to "filename with a hash"

chshersh commented 6 years ago

@int-index My initial impression was that the hash by itself is not really useful. If I return filepath then at least I can read file (if needed) without constructing file name. I consider this as a documentation fix, can be done.