|
|
|
|
|
by hellisothers
1589 days ago
|
|
I couldn’t quite get behind the initial assertion but I agree with this one, that Swift results in more complicated, clever code. Objective-C though had more convoluted, “unsafe” code (think swizzling and nil checks). I think in the end Swift requires less unit testing and is (usually) easier to read and make assumptions which increases velocity, doubly so if you can avoid being fancy (looking at you Generics). |
|