|
|
|
|
|
by ttfkam
1346 days ago
|
|
100% agree. And the Rust compiler is a great way to internalize those lessons since it shows what you got wrong, where you missed an ownership assignment, and often telling you how to fix the problem in plain English. It's as close as I've found to an actual teacher while writing code. When the compiler stops yelling at you all the time, you'll get your feedback that you've actually learned those lessons. |
|