HN user

zump

350 karma
Posts8
Comments313
View on HN

As a C programmer working with a large codebase, I have come to HATE callbacks.

Seriously, the worst feeling ever is tracing through a huge function tree, only to run into function pointer dereference. Then you have to go on a wild goose chase to find out when, where and what it will be assigned to.

STATIC TYPES PEOPLE.