|
|
|
|
|
by dmi
930 days ago
|
|
> If all you want to send is an array of integers, why should you have to put it into a struct first? If you're sure that's all you'll ever have to do, then sure. But unless you're 100% certain that the protocol will never evolve further, having a more complex structure allows it to change in a gradual way. |
|