|
|
|
|
|
by ADD-SP
701 days ago
|
|
Great to see this article, I totally agreed with the view that rejecting any invalid case by designing the right data structure. Unfortunately, it is hard to achieve it in practice and people even don't realize this, JSON Object is a good example, Human are incline expecting the duplicated key is not allowed in JSON, but it happens. For this goal, I think the Protobuf is good way to eliminate the possible invalid data for data transportation. |
|