Skip to content

Commit

Permalink
remove redundant header
Browse files Browse the repository at this point in the history
  • Loading branch information
Avishay Balter committed Aug 22, 2024
1 parent ff0b38d commit 256fcfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/memory-safety-continuum.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Rather than using terms like "Memory Safe Language" and "Memory Unsafe Language"

This continuum, from "most safe" to "least safe", is intended to help you define and understand the memory safety of your software and what you can do to improve it. We propose that developers and organizations should use modern toolchains and follow current best practices for their software ecosystems. In particular, whenever, there is a memory safe feature or workflow, it should be adopted over a non-memory safe variant.

### Memory safe by default language (such as Rust, Go, Python, Java, JavaScript, C#)

- Using a memory safe by default language (such as Rust, Go, Python, Java, JavaScript, C#), following the language's best practices that include using language processors and additional automated tooling to check for memory safety in your code as well as in all your dependencies' code ([examples](#using-a-memory-safe-by-default-language-with-developer-best-practices-and-automated-tooling-to-check-for-memory-safety-in-your-code-as-well-as-in-all-dependencies-code))
- Using a memory safe by default language, following the language's best practices that include using language processors and additional automated tooling to check for memory safety in your code only ([examples](#using-a-memory-safe-by-default-language-with-developer-best-practices-language-processors-post-processors-etc-and-automated-tooling-to-check-for-memory-safety-in-your-code))
- Using a memory safe by default language, following the language's best practices that include using language processors without any additional tooling ([examples](#using-a-memory-safe-by-default-language-with-developer-best-practices-and-language-processors-post-processors-etc-but-no-automated-tooling))
Expand Down

0 comments on commit 256fcfe

Please sign in to comment.