Azure / Azure/azure-storage-cpplite
api useless without error checking and bool return values
- Dominant language
- C++
- Stars
- 26
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
create_container function in blob_client_wrapper should return a bool. Have no idea if this succeeds or not , I guess you can recheck if the container exists after you called create. But it fails and there are no errors to indicate what went wrong. This api is useless if you can't figure out what went wrong , there could be naming issues, permissions, ... Can't even really test if the account connected successfully. Disappointed with the api, should have kept the functions very similar to the non lite version. Right now this is bare bones, would not recommend wasting your time with this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.