Hacker News new | ask | show | jobs
by rcfox 2377 days ago
> I thought it was poor form to have a lot of code in headers.

It is mostly because it makes it harder to reuse compiled objects when you make a change and rebuild. For a drop-in library that you're probably not editing, this shouldn't be an issue.