-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersin progress
Description
Proto objects in scala may currently use a fragile instantiation. make sure each protobuf useage in the scala applications declare an empty proto object and only uses the getters and setters to fill the proto object.
This will avoid hard to debug errors if proto definitions change over time. A change that would result in a bad proto will be more likely to fail at compile time if we use the getters / setters.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersin progress