Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
  • Loading branch information
nellshamrell committed Aug 10, 2023
1 parent feb7013 commit c9b40a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/best-practice-non-memory-safe-by-default-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

This working group recommends switching to a memory-safe by default language whenever possible or practical. However, when switching to a memory-safe by default language is not possible or practical, there are developer practices that will improve memory safety, even if it is not the default.

# C
## C

* [Scope-based resource management for the kernel](https://lwn.net/Articles/934679/)

## C++

* [Making C++ Memory-Safe Without Borrow Checking, Reference Counting, or Tracing Garbage Collection](https://verdagon.dev/blog/vale-memory-safe-cpp)
* [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines)

0 comments on commit c9b40a4

Please sign in to comment.