In software development, it is crucial to maintain code cleanliness and quality to ensure that a project remains easily maintainable. However, in daily work, developers often face the need to solve tasks quickly, leading them to leave comments in the code such as TODO or FIXME for future improvements. Over time, the project becomes overloaded with unfinished tasks. These comments accumulate and transform into invisible technical debt, which can negatively affect the project. I created this project to track and analyze TODO comments in codebase. Comments