Typical C++, But Why? - Björn Fahller - Meeting C++ 2023

Опубликовано: 18 Октябрь 2024
на канале: Meeting Cpp
3,556
113

Typical C++, But Why? - Björn Fahller - Meeting C++ 2023
Slides: https://slides.meetingcpp.com
Survey: https://survey.meetingcpp.com

The C++ type system is both very weak and very strong. In this presentation I will show you how using the strengths of the type system makes your code better. I will show you how types...

prevents incorrect code from compiling
improves readability of code
reduces the risks when changing code

and I will show you how very simple changes to your code will take you far in the desired direction.