Hacker News new | past | comments | ask | show | jobs | submit login

Is the order of function parameters significant?



Fair. Type parameters is significant when you call the function with explicit type parameters. Ex: clone1 := Clone1[[]string, string]

But when type parameters values are infered, the order looks much less important for the API designer.

Do we have rules (idioms) somewhere about a recommended order for such parameter types?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: