Главная
Study mode:
on
1
Intro
2
Type safe
3
Storytime
4
Template safe type
5
Sample code
6
Bubble parameter
7
The problem
8
Observations
9
Typesafe
10
Nested Typesafe
11
Strong types
12
Jonathan Miller
13
Fluent
14
Not in production code
15
Secrets of my job
16
Magic numbers
17
Encapsulation
18
Arithmetic types
19
Operations
Description:
Explore type safety in C++ through this ACCU 2018 conference talk by Bjorn Fahller. Delve into the concept of "strong types" and their role in preventing bugs, enhancing code clarity, and improving performance. Learn techniques for creating type-safe alternatives to typedefs, ranging from simple methods requiring no library support to more sophisticated solutions using open-source libraries. Examine motivating examples, production and test code implications, and the pros and cons of different approaches. Discover how to leverage C++'s strong type safety guarantees through knowledge and discipline. Topics covered include template safe types, nested typesafe structures, magic numbers, encapsulation, arithmetic types, and various operations, providing a comprehensive overview of type-safe C++ programming practices.

Type Safe C++ - LOL

ACCU Conference
Add to list