Speaking of Objective-C, when I see example code that looks like this:
NSMutableArray<NSString *>* paths
I simplify it to:
NSMutableArray* paths
I don’t think declaring types everywhere improved the language at all. Let a dynamic language be dynamic. 🤪