All Talks

Test Driven C++

https://cppcon.org/ https://github.com/CppCon/CppCon2020

We know that testing is important, but writing tests is hard and takes time - and can be demotivating when you want to hack out features.

But what if we flipped the whole thing around? It turns out that by writing tests first the dynamic changes in unexpected ways. Testing becomes easier. Adding features becomes easier. The dopamine hit you get from seeing something work becomes more frequent. Time lost to bugs and regressions virtually …

You might be interested in:

September 2020 Backend
Design Patterns Design Patterns

Design Patterns

Mike Shah

September 2020 Backend
Class Layout Class Layout

Class Layout

Stephen Dewhurst

September 2020 Backend
cppinclude cppinclude

cppinclude

Tool for analyzing includes in C++ - Oleg Fedorenko