Comment by qn9n
4 hours ago
I find rust much noisier, especially at its basics where you write “for item in items” instead of using iter()
4 hours ago
I find rust much noisier, especially at its basics where you write “for item in items” instead of using iter()
Idk, I don't swift is objectively noisy but there is something about reading it that just hurts my brain. Stuff like
\. looks like a syntax error to me, wtf. Also, "in" instead of -> ???
I also really dislike how you can leave off the type name, meaning you never actually know what that Type is unless you literally inspect the signature of the caller.
???
Yeah I fully accept it's just a me problem. But I hate it haha.