Learning Systems: How I Handled Errors in a KV Store
I'm building a small B+ tree key-value store to learn systems programming fundamentals. I'm a beginner in C++, databases, and low-level code. This post captures what I understand right now about error handling.
Why Error Handling Matters
I believe w...
buildsystems.hashnode.dev5 min read