▲ | dboreham 7 days ago | |||||||
This seems...a very contrarian sentiment. Imho while C might lead you to create slightly fragile code once in a while, Rust is something like two orders of magnitude more complex. | ||||||||
▲ | aldanor 7 days ago | parent | next [-] | |||||||
Rust is like two orders of magnitude more simple (if you're not going to delve into its darker corners). You have a single line serialization into/from absolutely anything. You have logging, tracing, cli libraries, error handling - most of those are one liners. You have enums. Enums are business logic. Enums are often the way the world works. You press enter and it builds, no pre setups, sub modules, cmake files and whatnot. | ||||||||
▲ | ninetyninenine 7 days ago | parent | prev [-] | |||||||
No I know what he’s saying. C is not “slightly fragile code once in a while”. When you up the complexity of the code and the amount of code and the people working on the code the fragility becomes pervasive. | ||||||||
|