Y
Hacker News
new
|
ask
|
show
|
jobs
by
yegle
3139 days ago
I think another good example of "observed types are not necessarily the intended types" is a Text parameter (unicode in python2, str in python3). The actual intent might be Iterable[Text].