palm icon indicating copy to clipboard operation
palm copied to clipboard

Don't use data variable in ProtoBase constructor

Open wmoss opened this issue 12 years ago • 0 comments

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.

wmoss avatar Oct 26 '12 18:10 wmoss