Hacker News new | ask | show | jobs
by masklinn 5031 days ago
> The self parameters at least serve the purpose of deciding whether a function is a class function or object function.

No, it does not.

1 comments

It doesn't do that for the interpreter / compiler. But it's a common enough idiom that the human reader can rely on it.