Skip to content

Commit 59bea73

Browse files
committed
Add modern engineering practices to the list of advantages
1 parent 5ef5f32 commit 59bea73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ C has served us well for decades, but it is time to move on. For new generations
3939
- **Modern tooling** — Cargo, crates.io and a rich ecosystem mean we don't have to reinvent the wheel
4040
- **Easy parallelism** — fearless concurrency built into the language
4141
- **Terrific performance** — on par with or better than C implementations
42+
- **Modern engineering practices** — excellent CI coverage (build on many OS/archs, GNU test suite execution), a smooth contributor experience, and continuous fuzzing (including differential fuzzing) at the review phase to catch edge cases early
4243

4344
This is not about fighting the GNU project. It is not primarily about security (GNU coreutils only had [17 CVEs since 2003](https://security-tracker.debian.org/tracker/source-package/coreutils)) or about license debates. It is about **modernizing foundational software** so it can be maintained and improved by the next generation of contributors.
4445

0 commit comments

Comments
 (0)