Hacker News new | ask | show | jobs
by loeg 806 days ago
> I do not miss having to change in32_t to int64_t at every location in my code when I changed my mind about types.

A good reason to use logical typedefs, though.