Hacker News new | ask | show | jobs
by XJ6 2453 days ago
I prefer to let the IDE do this.

Developing C# in rider if you call `foo(a,b)` then it'll display as `foo(from: a, to: b)` in the IDE.

2 comments

All Jetbrains IDE do this (AFAIK). One can even configure the cases when these are displayed (ie. only show the hints when there is an ambiguity)
for my own uses, that's great.

I write my libraries like this because i want to beat my users into being explicit -- thus the "a little autocratic, but.." caveat.