Hacker News new | ask | show | jobs
by tumult 760 days ago
The spiral rule is not real and fails on even basic examples like

    char * foo[10][5];
The OP article shows you how to actually read the declarations, not a fake trick that will lead you astray.