[flagged]
My auto-formatter always changes it like that and I just don't understand why `char *foo` is better than `char* foo`.
I consider `char*` to be the type of `foo`. What's the rationale of having `char *foo`?
My auto-formatter always changes it like that and I just don't understand why `char *foo` is better than `char* foo`.
I consider `char*` to be the type of `foo`. What's the rationale of having `char *foo`?