246
Productivity of Rust teams at Google
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Ok imagine you are a LSP. What type is
x? Isprizea typo? What auto-complete options would you return forx.?I didn't say types. I said find references / go to definition / rename.
How are you going to find references to
prize, go to its definition or rename it without knowing what typexis? It's impossible without static types.