P
probashi
Hi,
In my code I have TODOs all over the solution/projects (like the
following)
//TODO: Refactor to Factory Pattern
_service = new ServiceStub();
These are the target of my refactoring as the first cut is done (i.e.
all the tests are passed).
Is these any easy way to manage these TODOs?
I am relying on Ctrl+F now.
Thanks
In my code I have TODOs all over the solution/projects (like the
following)
//TODO: Refactor to Factory Pattern
_service = new ServiceStub();
These are the target of my refactoring as the first cut is done (i.e.
all the tests are passed).
Is these any easy way to manage these TODOs?
I am relying on Ctrl+F now.
Thanks