Hacker News new | ask | show | jobs
by steveklabnik 1705 days ago
Default parameters, optional parameters, and named parameters kind of form this massive design space where they all sorta kinda influence each other, and so while there hasn't been a formal "yes" or "no" directly from the team about these features, they tend to get caught up in a combination of "there are bigger issues to worry about" along with the combinatorial explosion of truly exploring the design space, at least from what I've observed over the years.
1 comments

Thanks for the insight, Steve! I'm glad the team thinks about these issues.