Type Safe C++? LOL!
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the concept of "strong types" in C++ and their potential to enhance code quality and performance in this 46-minute conference talk. Discover how leveraging C++'s robust type safety guarantees can lead to clearer code and fewer bugs, despite the discipline required to implement them effectively. Learn about simple techniques for creating strong types without library support, as well as more advanced solutions available through open-source libraries. Examine motivating examples, various approaches to implementing strong types, and their impact on both production and test code. Gain insights into the advantages and disadvantages of different methods, equipping you with the knowledge to make informed decisions about incorporating strong typing in your C++ projects.
Syllabus
Type safe C++? LOL! - Björn Fahller
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube