Y
Hacker News
new
|
ask
|
show
|
jobs
by
galangalalgol
230 days ago
Carmack had said he likes rust, he just isn't a language zealot. In rust though, the idiom would be to shadow intermediate variables often, which removes the debugger benefit.
1 comments
metaltyphoon
230 days ago
> the idiom would be to shadow intermediate variables often
There is no idiom about this. Do it if you like but clipply doesn't warn about any of it.
link
galangalalgol
230 days ago
There isn't an enforced one, and the opinion is bifurcated, but I regularly find crates that clearly treat this as idiomatic practice.
link
There is no idiom about this. Do it if you like but clipply doesn't warn about any of it.