|
|
|
|
|
by kyle787
649 days ago
|
|
Originally, I was going to complain that this is more of a critique of the grpc ecosystem rather than protocol. IMO, readability of generated code, is largely a non concern for the vast majority use cases. Additionally, if anything it's more so a criticism of the codegen tool. Same with the complaints around the http server used with go. However, I totally agree with criticisms of the enum naming conventions. It's an abomination and super leaky. Made worse by the fact it's part of the official(?) style guide https://protobuf.dev/programming-guides/style/#enums |
|