|
|
|
|
|
by doctor_eval
743 days ago
|
|
The only thing that matters is the implementation of the system you’re communicating with or using. With any luck, their interpretation of the specification will be similar enough to yours that you can communicate. The only wishful thinking in such cases is that the implementation will perfectly implement your interpretation of the spec. The code you’re calling isn’t going to magically conform to your interpretation just because it says it’s conformant. This is why we have interop testing and even interop conferences. Specs almost always have subtle ambiguities and missing details which implementers need to fill in themselves. |
|