Splitting implementation and interface in C++
Splitting implementation and interface in C++
Posted Feb 25, 2025 11:16 UTC (Tue) by taladar (subscriber, #68407)In reply to: Splitting implementation and interface in C++ by farnz
Parent article: Rewriting essential Linux packages in Rust
Whenever a project is a large single library or repository the answer is usually "because the tooling makes it painful to split it up", not "there is a good reason to have a humongous pile of code".
