Several parts of the codebase include TODO: comments, which are small, pending improvements. These can be good starting points for new contributors.
Details
We should:
- Search for
TODO: tags in the code.
- Pick a few simple ones (e.g., logging improvements, error handling).
- Make the required code changes and remove the TODO lines.
This will help reduce technical debt and improve code completeness.
Several parts of the codebase include
TODO:comments, which are small, pending improvements. These can be good starting points for new contributors.Details
We should:
TODO:tags in the code.This will help reduce technical debt and improve code completeness.