Learning Systems: How I Handled Errors in a KV Store
Jan 2 ยท 5 min read ยท 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...
Join discussion