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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
