|
|
|
|
|
by cout
1178 days ago
|
|
I'm a fan of using two translation units: * one TU with code that is fast to compile and modified often * another TU with code that is slow to compile but modified rarely I still use header files, but the fast-to-compile and modified-often code goes directly into headers, so I can still organize my code into separate files. |
|
https://github.com/akkartik/mu1/blob/master/build2
More details: https://news.ycombinator.com/item?id=33574154#33575045