Back to Basics: Designing Classes (part 1 of 2) - Klaus Iglberger - CppCon 2021

Описание к видео Back to Basics: Designing Classes (part 1 of 2) - Klaus Iglberger - CppCon 2021

https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Designing good, maintainable classes is a challenge. Sometimes it even feels like there is a decision to make in every single line of code. This talk will help you master this challenge. It will explain …

… why small classes are beautiful;
… why it is so important to encapsulate variation points;
… why inheritance is rarely the answer for customization;
… how to write good and maintainable constructors;
… how to make sure class invariants are maintained;
… how to handle member data;
… how to write good member functions;
… how to write good supporting functions;
… why your private members are not private at all.

---
Klaus Iglberger

Klaus Iglberger is a freelancing C++ trainer and consultant. He has finished his PhD in computer science in 2010 and since then is focused on large-scale C++ software design. He shares his experience in popular advanced C++ courses around the world (mainly in Germany, but also the EU and US). Additionally, he is the initiator and lead designer of the Blaze C++ math library (https://bitbucket.org/blaze-lib/blaze...) and one of the organizers of the Munich C++ user group (https://www.meetup.com/MUCplusplus/).

---
Videos Recorded & Edited by Digital Medium: http://online.digital-medium.co.uk

*--*

Комментарии

Информация по комментариям в разработке