←back to thread

517 points bkolobara | 2 comments | | HN request time: 0s | source
1. akshay-deo ◴[] No.45048363[source]
Comparing anything with JS or TS would make it shine. The biggest problem I personally have with Rust is that there are a hundred ways (not literally ) to do one thing, which throws readability out the window, especially when you have developers at different levels of expertise.
replies(1): >>45050860 #
2. jrpelkonen ◴[] No.45050860[source]
Can you elaborate or maybe give some examples about having too many ways to do one thing? I have never heard this complaint about Rust before.

Rust even has tooling (clippy) that warns about unidiomatic code.