You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using protobuf intensively for various definitions of types and RPCs. Protobuf and gRPCs are great but have no built-in ways to validate messages, and it causes many boilerplate codes. Thus, we often miss many validations.
Fortunately, there are excellent plugins we can use.
We are using protobuf intensively for various definitions of types and RPCs. Protobuf and gRPCs are great but have no built-in ways to validate messages, and it causes many boilerplate codes. Thus, we often miss many validations.
Fortunately, there are excellent plugins we can use.
How about adopting it to our code base?
The text was updated successfully, but these errors were encountered: