|
|
|
|
|
by andywaite
4409 days ago
|
|
Developers often add TODOs for tasks that seem essential at the time, but later become redundant. There is also the use case of when you can't do something because you're dependent on something else, for example you might have a workaround due to a issue in one of your dependencies. Once that's resolves, you can update to the newer version of that library, and remove your workaround. |
|