Convert custom message format code to something more reasonable #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The bulk of code that's hard to read is in
backend/commonbackend
. This code has led to some hard-to-catch bugs sneaking in, also. It's also less modular and portable.Perhaps we should move to Protobufs?
Further consideration has me thinking that we should use Cap'n Proto instead.
It has less annoying data types, and it's apparently faster.
It would be too much work for virtually nearly no benefit other than better cross-language compatibility.