Typical C++, But Why? - Björn Fahller - CppNorth 202350:36
https://www.cppnorth.ca
---
Typical C++: Guide to the C++ Type System - Björn Fahller - CppNorth 2023
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.
---
Slides: https://github.com/CppNorth/CppNorth_Slides/tree/main/2023
Sponsored By:
think-cell: https://www.think-cell.com/cppnorth
JetBrains: https://www.jetbrains.com/
---
Björn Fahller
Björn Fahller is a senior developer at Net Insight, where he is currently coordinating the technical work of teams developing electronics, FPGA, embedded software, distributed control systems and web applications. He is keen on improving the skills of the teams he works in, by learning, and by sharing knowledge. Björn has worked full time with software development since 1994, mostly for networking products, and primarily in C++. He has also created the popular open source C++ libraries, Trompeloeil for mocking, and strong_type for type safety.
---
CppNorth is an annual C++ conference held in Toronto, Canada.
- Annual CppNorth C++ conference: https://cppnorth.ca/
- CppNorth Twitter: https://twitter.com/cppnorth
---
YouTube Videos Edited & Optimised by Digital Medium: https://events.digital-medium.co.uk
#cppnorth #cpp #cppprogramming