|
|
|
|
|
by dangerlibrary
3327 days ago
|
|
This is really only true in dynamically typed languages. From personal experience: parsing json in Java or Go without just treating everything as a bag of Object or an interface{} requires a ton of menial boilerplate work. Super nice in python/ruby/javascript, though. |
|
https://www.hackingwithswift.com/swift4