Y
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
matwood
1549 days ago
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.
link
duped
1549 days ago
You ask your coworkers, "have you seen this before?"
link
rmetzler
1548 days ago
I use git blame a lot
link