|
|
|
|
|
by User23
1083 days ago
|
|
I think ANSI C struct initialization is considerably more readable really. If there are enough members that it gets confusing then tab formatting the values along with a field name comment at the top works great. As for arrays, I don't see how designated initializers really offer anything interesting. Sparse array literals aren't really a pragmatically useful thing in my experience. I'll allow of course that they don't "ruin the language" they just increase the cognitive burden of reading code. |
|