Hacker News new | ask | show | jobs
by singularity2001 2107 days ago
In that case you could have the signature

func call(person#1 person#2){}

1 comments

Wouldn't it be better if we could give meaningful names instead of 1 and 2?

    function call(person#sender person#receiver)
And at that point we're back to the square one, just remove the # :)