Skip to content

Commit 6105c48

Browse files
committed
Update papers-and-presentations.md
1 parent 6e8ce2e commit 6105c48

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

papers-and-presentations.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ comments: true
1717

1818
***
1919

20-
Date: 2019-10-31, 2019-09-19
20+
Date: 2019-10-31, 2019-09-19, 2021-03-13
2121

2222
### Better Code: Relationships
2323

2424
Abstract: Computer scientists are bad at relationships. Nearly every program crash is rooted in a mismanaged relationship, yet we spend most of our time discussing types and functions and not the relationships connecting them. This talk looks at common ways data and code are connected in an application, how those relationships are typically represented, and the problems caused by the use and misuse of these paradigms. Then we'll look at ways to model these relationships in C++ and use them to build correct applications.
2525

26-
Note: Talk presented at [C++ Russia](https://cppconf.ru/en/), 2019-10-31
26+
Note: Talk presented at [ACCU 2021](https://accu.org/), 2021-03-13
27+
28+
* [PDF](presentations/2021-03-13-relationships/2021-03-13-relationships.pdf)
29+
* [Keynote](presentations/2021-03-13-relationships/2021-03-13-relationships.key)
30+
31+
Note: Talk presented at [C++ Russia 2019](https://cppconf.ru/en/), 2019-10-31
2732

2833
* [PDF](presentations/2019-10-31-relationships/2019-10-31-relationships.pdf)
2934
* [Keynote](presentations/2019-10-31-relationships/2019-10-31-relationships.key)

0 commit comments

Comments
 (0)