What's C's biggest mistake?
Kagamin
spam at here.lot
Thu Nov 8 10:45:31 PST 2012
On Thursday, 8 November 2012 at 09:38:28 UTC, renoX wrote:
> I agree with your previous point but your type declaration
> syntax is still awful IMHO declaring int[Y][X] and then using
> [x][y]..
> I don't like reading type declaration right-to-left and then
> normal code left-to-right..
Well, then read type declarations left-to-right. It's the
strangest decision in design of golang to reverse type
declarations. I always read byte[] as `byte array`, not `an array
of bytes`.
More information about the Digitalmars-d
mailing list