Y
Hacker News
new
|
ask
|
show
|
jobs
by
Ygg2
1360 days ago
Problem with named parameters is that they make renaming function params a breaking change.
1 comments
metaltyphoon
1360 days ago
Unless the IDE doesn’t support this refactoring? It’s ridiculously easy in C# and VS or VSC.
link
setr
1360 days ago
A (public) library doesn't have access to all codebases depending on it.
link
Ygg2
1359 days ago
Even there changing the method param will invalidate semver specification.
link