Skip to content

Commit

Permalink
Posting final slides for local reasoning talk.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Sep 12, 2024
1 parent 4071c19 commit 9359510
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion papers-and-presentations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,19 @@ comments: true

---

Date: 2024-05-16
Date: 2024-05-16, 2024-09-12

### Local Reasoning in C++

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.

Note: This talk was presented at [NDC TechTown](https://ndctechtown.com/), 2024-09-12.

- [Slides](/presentations/2024-09-12-local-reasoning/2024-09-12-local-reasoning.pdf)
- [Slides with notes](/presentations/2024-09-12-local-reasoning/2024-09-12-local-reasoning-notes.pdf)
- [Keynote](/presentations/2024-09-12-local-reasoning/2024-09-12-local-reasoning.key)
- [PowerPoint](/presentations/2024-09-12-local-reasoning/2024-09-12-local-reasoning.pptx)

Note: This talk was presented at the [Northwest C++ Users' Group](https://nwcpp.org/May-2024.html).

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

0 comments on commit 9359510

Please sign in to comment.