Y
Hacker News
new
|
ask
|
show
|
jobs
by
djbusby
1517 days ago
Good design choice for new lang. What about when there is 20+ years of history? Can't just move fast and break things.
1 comments
cestith
1517 days ago
Isn't this an announcement about introducing this and other changes into the language now?
link
masklinn
1517 days ago
It’s really an announcement about the formalisation of existing API patterns: returning FALSE on failure (regardless of the “success” type) is part of many old php apis, this change allows properly typing those.
link