I know I can have anchors to a certain line, but if the source changes that line might become irrelevant. Example:
...source.php#L33
< line 33 may become line 40 later :(
Is there some way to tell GitHub to link to a certain function or property from the source, without specifying the line?
(The source is written in PHP code.)
:)
. – Orianna