palm
palm copied to clipboard
Don't use data variable in ProtoBase constructor
data is a common field name in protocol buffers, we should avoid using it in the constructor for ProtoBase because it means you can't set that field using the generated code's constructor.