Hacker News new | ask | show | jobs
by mohanmca 1549 days ago
If someone worked on JIRA/Task we can find, otherwise, how do we even know about who has seen the codebase?
3 comments

Presumably the code base didn't just have a single author (who is also no longer around). Git blame is amazing for not only tracking down who did what, but also seeing how the code base evolved.
You ask your coworkers, "have you seen this before?"
I use git blame a lot