I've seen that in several bigger projects, so if I'm not mistaken it's a common practice to clarify non-intuitive code sections that fix a certain behaviour with an issue ID, like "see #123".
See here for an example.
It would be nice to have those in-comment mentions—/#[0-9]+/ in RegExp terms—linked to the according issues.
I've seen that in several bigger projects, so if I'm not mistaken it's a common practice to clarify non-intuitive code sections that fix a certain behaviour with an issue ID, like "see #123".
See here for an example.
It would be nice to have those in-comment mentions—
/#[0-9]+/in RegExp terms—linked to the according issues.