|
|
|
|
|
by csomar
1262 days ago
|
|
This is exactly why I prefer Rust, eh, for everything. It forces you to think harder about your data structures and to better organize/understand your program and how data flows, gets consumed and get output. You can ignore that in other languages, but this comes at a cost later. |
|