From 5bd2b0494738f3c9d9a0e017c8004c77e0876941 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 6 Nov 2020 01:36:40 +0100 Subject: [PATCH] Add Back to Basics talk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa682ff..e6d9537 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Preferably use the following link. - [CppCon 2019 — *Naming is Hard: Let's Do Better*](https://www.youtube.com/watch?v=MBRoCdtZOYg) - [CppCon 2015 — *Give me 15 minutes & I'll change your view of GDB*](https://www.youtube.com/watch?v=PorfLSr3DDI) - [CppCon 2018 — *OOP is dead, long live Data-oriented design*](https://www.youtube.com/watch?v=yy8jQgmhbAU) +- [CppCon 2014 — *Back to the Basics! Essentials of Modern C++ Style*](https://www.youtube.com/watch?v=xnqTKD8uD64) ## Useful References / Tools