Skip to content

Commit 9359510

Browse files
committed
Posting final slides for local reasoning talk.
1 parent 4071c19 commit 9359510

5 files changed

+8
-1
lines changed

papers-and-presentations.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,19 @@ comments: true
2222

2323
---
2424

25-
Date: 2024-05-16
25+
Date: 2024-05-16, 2024-09-12
2626

2727
### Local Reasoning in C++
2828

2929
Local reasoning is the ability to look at a defined unit of code, a function, or a class, understand it, and verify its correctness without understanding all the contexts within which it is used. This talk covers local reasoning principles and explores conventions and rules to support local reasoning and develop better interfaces and code.
3030

31+
Note: This talk was presented at [NDC TechTown](https://ndctechtown.com/), 2024-09-12.
32+
33+
- [Slides](/presentations/2024-09-12-local-reasoning/2024-09-12-local-reasoning.pdf)
34+
- [Slides with notes](/presentations/2024-09-12-local-reasoning/2024-09-12-local-reasoning-notes.pdf)
35+
- [Keynote](/presentations/2024-09-12-local-reasoning/2024-09-12-local-reasoning.key)
36+
- [PowerPoint](/presentations/2024-09-12-local-reasoning/2024-09-12-local-reasoning.pptx)
37+
3138
Note: This talk was presented at the [Northwest C++ Users' Group](https://nwcpp.org/May-2024.html).
3239

3340
- [Video](https://youtu.be/N7QcM9nDk_k)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)