|
|
|
|
|
by mrbadguy
544 days ago
|
|
It’s fairly mindless boilerplate for sure, but it does mean that when something happens that causes a change like this protobuf update, the change in your codebase is isolated just to the interface between it and your code ie your dumb conversion funcs. Otherwise you end up with the problem the original commenter had. It’s good to isolate your dependencies within the code :) |
|