Author | Guillaume Dua |
Date | 11/14/2024 - 01/13/2025 |
My attendance sponsor | Fairmat |
Date | 05-05-2021 - 10-17-2023 |
Revision | R3 |
Author | Guillaume Dua |
Reviewers | Loïc Joly, Antoine Morrier |
Or "The multiple impacts of technical debt"
Or "How technical debt is choking IT companies on multiple scales" Or "Software development : How does technical debt suffocates your projects?"
Trip report : CPPP Conference
By Guillaume "Guss" Dua
June 15, 2019 PARIS
Two days ago, the CppFrUG completed its first conference, in Paris, France.
This is the first episode of a new serie, "A C++ developer's logbook".
In this article, we will see how unused code mays lead to unexpected template instantiation.
Disclaimer : Obviously, I'm terrible at naming things. Any suggestion is welcome.
In this article, we will see how to use
CRTP
,std::variant
andstd::visit
to increase our code performances.