datawire / quark

Quark is a specialized language for defining and implementing communication protocols in multiple languages.
http://datawire.github.io/quark/
Apache License 2.0
98 stars 24 forks source link

Quark compiler-generated private fields follow a specified naming convention #232

Open bozzzzo opened 8 years ago

bozzzzo commented 8 years ago

Methods like _getField use the leading underscore convention. Let's add a leading underscore to the static *_ref fields that are used to trigger static initialization ordering.