On the proliferation of try (and, soon, await)

I am very late to this thread but I wanted to say that I'm one of the ones that don't see try as a problem. This is one of my favorite features, and I think the reason people misuse it so much is because UIKit annoyingly discourages you from using it. Libraries that completely rely on try are really stable and often also super nice to read in code.

4 Likes