Hacker News new | ask | show | jobs
by stjohnswarts 1404 days ago
any sizeable rust or c++ project is gonna take a while to compile in my experience? I tend to break things off into libraries that are faster to compile. Some of my coworkers don't like it but they learn to deal (c++)
1 comments

> I tend to break things off into libraries that are faster to compile.

Yes, exactly. Incremental compilation! This is what Make is not good at.