Idk, I don't swift is objectively noisy but there is something about reading it that just hurts my brain. Stuff like
ForEach(vm.sorted(by: \.name)) { user in
row(for: user)
}
\. looks like a syntax error to me, wtf. Also, "in" instead of -> ???
.padding(.vertical, 4)
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.
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.