Hacker News new | ask | show | jobs
by kevin_thibedeau 3439 days ago
Considering that

    int * foo, bar;
are variables of two different types, the asterisk clearly has affinity to the variable name. It is misleading to bind it to the base type name.