Главная
Study mode:
on
1
Intro
2
Const-correctness
3
Why is it important ?
4
Guidelines and standards
5
Variables
6
Auto type deduction
7
Smart pointers
8
Function parameters
9
Initialization
10
Objects
11
Immutable visible state
12
Recommendations/considerations (reflect my opinion)
Description:
Explore const correctness in C++ through this 19-minute conference talk from ACCU 2022. Delve into the importance of const correctness for reliable and consistent code, examining real-life examples of issues that can be avoided through proper implementation. Learn how following guidelines encourages better design practices, with special focus on auto type deduction, standard smart pointers, and iterators. Gain insights from Vladimir Vishnevskii, an experienced software engineer, as he covers topics including variables, function parameters, initialization, objects, and immutable visible state. Discover practical recommendations for improving your C++ programming skills and creating more robust software systems.

C++ Const Correctness Refresher

ACCU Conference
Add to list