0

Why in god's name does protobuf treat all enum values in the same scope??

Who would have thought that multiple enums may have values like "Undefined" or "Automatic"?

It's current year and somehow C style enums still haunt me

Comments
  • 0
    At this point I just hate all code generators

    They work perfectly fine until you run into the slightest edge case and the time needed to fix it explodes
Add Comment