Why I Prefer Exceptions to Error Values
lysdexic @ lysdexic @programming.dev Posts 65Comments 357Joined 2 yr. ago
lysdexic @ lysdexic @programming.dev
Posts
65
Comments
357
Joined
2 yr. ago
GitHub - couchbase/fleece: A super-fast, compact, JSON-equivalent binary data format
Open source tools and guidelines for sending webhooks easily, securely and reliably
Introducing Wikifunctions: first Wikimedia project to launch in a decade creates new forms of knowledge – Wikimedia Foundation
GitHub - checkcheckzz/system-design-interview: System design interview for IT companies
GitHub - analysis-tools-dev/static-analysis: ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more.
Nonsense. If adopting info of the many libraries already available is not for you, it's trivial to roll your own result type.
Even if that was somehow unexplainably not an option, even the laziest of developers can write a function to return a std::tuple or a std::pair and use structured binding.