←back to thread

611 points LorenDB | 1 comments | | HN request time: 0.001s | source
Show context
jsat ◴[] No.43908667[source]
I see an article about how strict typing is better, but what would really be nice here is named parameters. I never want to go back to anonymous parameters.
replies(3): >>43908741 #>>43908994 #>>43909858 #
codedokode ◴[] No.43908994[source]
When there are 3-4 parameters it is too much trouble to write the names.
replies(2): >>43909925 #>>43910187 #
1. noitpmeder ◴[] No.43909925[source]
Not OP, but I imagine he's arguing for something like python's optional named arguments.