Code Like a Library Author

To write the best C++ application code, you must think like a library author. This talk reframes application development as a form of library design, where every component is a potential asset for future maintenance and extension. We’ll survey the C++ language features that empower library authors to create powerful, flexible, and safe abstractions. From … Continue reading Code Like a Library Author