Y
Hacker News
new
|
ask
|
show
|
jobs
by
Animats
2012 days ago
I feel guilty when I write a FOR statement in Rust.
2 comments
Spartan-S63
2012 days ago
Me too. Mostly because it’s a smell to me that I’m mutating some internal state. I try to avoid that as much as possible because it quickly becomes soup.
link
refactor_master
2012 days ago
I feel guilty when my C# method isn’t immediately returning a LINQ expression.
link