You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/08/04 01:30:08 UTC

[GitHub] [incubator-kvrocks] caipengbo commented on pull request #768: Add `StatusOr` for error handling in modern C++ style

caipengbo commented on PR #768:
URL: https://github.com/apache/incubator-kvrocks/pull/768#issuecomment-1204657034

   This approach may be a more modern C++ approach, but I don't think it's very friendly for a rookie like me. It may take me some time to get familiar with how to use `StatusOr` and what the implementation means, which may not be very friendly for a beginner like me to contribute code. RocksDB as the storage engine, also uses the `Status` without major performance issues, so I think `Status` is better.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org