|
|
|
|
|
by sparker72678
1467 days ago
|
|
Based on some of the comments you see on HN and Twitter sometimes, people seem to think that invalid/unintended types being passed around are like a non-stop nightmare or something. I almost never see these issues. Even unexpected nil objects/values happen no more often than when I was using Swift. Not sure what makes people think this is such a big deal. (I'm a Rubyist) |
|
With type-hinting etc it’s getting better now, but they’re still a big problem in dynamic languages.