|
|
|
|
|
by haberman
383 days ago
|
|
I agree with almost all of this, including the point about c header files, except that code has to be in headers to be inlined (unless you use LTO), which in practice forces code into headers even if you’d prefer to keep it private. |
|