If you can, start using them!
Moving a project to C++ named Modules
by Cameron DaCamara
From the article:
There is a lot of hype (and perhaps restraint) to using modules in projects. The general blocker tends to be build support, but even with good build support there is a distinct lack of useful resources for practices around moving projects to using named modules (not just header units). In this blog we will take a small project I created, analyze its components, draft up a plan for modularizing it, and execute that plan...
Add a Comment
Comments are closed.