Hacker News new | ask | show | jobs
by Animats 2012 days ago
I feel guilty when I write a FOR statement in Rust.
2 comments

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.
I feel guilty when my C# method isn’t immediately returning a LINQ expression.