-
Notifications
You must be signed in to change notification settings - Fork 211
chore(docs): show self or the extended type for referencing internal and extension functions, respectively
#3207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…l and extension functions, respectively
anton-trunov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these changes look like those methods are static, but they are not. We should just remove the dots.
Not really. Cell, Builder and Slice before the dot and the name of the extension function are ubiquitous and used across the docs. Sure, static methods would look identical to regular methods (extension functions), but at least it's clear that those are methods and not global functions. And we don't have many static methods for that to be a problem anyways. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UPD: Whoops, didn't mean to comment
Issue
Closes #3198.