|
|
|
|
|
by skybrian
1455 days ago
|
|
This sounds specific to a particular company's organization where there are at least three different systems involved and no single source of truth. It seems like that's a problem in itself - how do you get everyone to refer to and update the same document? Ideally everyone would be using a single type definition. Admittedly that's more common with protobufs, though, where you can't send any data that's not in the definition. Come to think of that, it's true of plain old structs too. |
|