During all the sessions, I talked about quality in terms of code validation: you write tests to check your program; you build Docker images to provide everybody with a packaged environnement.
During all the sessions, I talked about quality in terms of code validation: you write tests to check your program; you build Docker images to provide everybody with a packaged environment.
But, quality also comes with the programming language itself.
During the last years, Rust emerged as the programming language to build (more) robust, safe software systems (compared to C++ and C).
...
...
@@ -11,7 +11,7 @@ Mozilla created Rust to replace C++ in the development of Firefox. Their goal is
Rust has no garbage collector, compiles to native code.
Rust may make C++ and C decrepated during the coming decade(s).
Rust may make C++ and C deprecated during the coming decade(s).