I have always had "todolist" on my machine aliased to grep -r "TODO*:" .
This basically just searches for all the places where I have TODO comments. This looks like a better way to do this for teams.
I have always had "todolist" on my machine aliased to grep -r "TODO*:" .
This basically just searches for all the places where I have TODO comments. This looks like a better way to do this for teams.