Typical C++ But Why - Leveraging the Type System for Better Code - Meeting C++ 2023
Meeting Cpp via YouTube
Overview
Explore the strengths and weaknesses of the C++ type system in this insightful conference talk from Meeting C++ 2023. Discover how leveraging the type system's strengths can significantly enhance code quality, prevent compilation errors, improve readability, and reduce risks associated with code modifications. Learn practical techniques and simple changes that can be implemented to harness the full potential of C++'s type system, ultimately leading to more robust and maintainable code. Gain valuable insights from Björn Fahller's presentation, which demonstrates the importance of thoughtful type usage in C++ programming and its impact on overall software development practices.
Syllabus
Typical C++, But Why? - Björn Fahller - Meeting C++ 2023
Taught by
Meeting Cpp