|
|
|
|
|
by yazaddaruvala
1302 days ago
|
|
Have you taken the time to learn and use Rust? Some of the first software I ever wrote was C and then C++. I’ve since worked on Billion+ line Java code bases. I’ve also worked professionally in python, ruby, Type/JavaScript. When I picked up Rust 15 years into writing software, it taught me to write better code. Let me repeat that: even after extensive training and professional use of other languages, rustc the compiler taught me to write better code. If you’re looking for a “we should train people better to not make mistakes” you want people to learn software development from rustc. That training is very transferable back to C and C++ and even Java. Could this automated “teacher” be better? Sure. Could it be less strict? In certain cases sure. Is it the best training program we have? This best I’ve ever seen. I highly recommend you at least try it! :) |
|