static method name does not need to be prefixed with class name #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
refactor required
since these are static and only stored by their address, their name is irrelevant as it is local to their declaration unit and risks no collision
it would be cleaner for us not to prefix the class name to the method's, e.g.
_link_new->_newwe may even ditch the underscore really