bee icon indicating copy to clipboard operation
bee copied to clipboard

Make the `bee-storage` trait names "less surprising"

Open pvdrz opened this issue 2 years ago • 0 comments

Description

We have the following access operations fetch, delete, exist, clear and we should consider renaming it to something more consistent with the standard library.

Motivation

Most of the standard library collections have the following basic operations: get, remove, contains, truncate. We should consider renaming the access traits.

Are you planning to do it yourself in a pull request?

Yes

pvdrz avatar Mar 25 '22 16:03 pvdrz