TechDebt is a Kotlin Symbol Processing (KSP) tool designed to help developers track and visualize technical debt directly within their codebase. By using the TechDebt annotation, you can document technical debt, link it to tickets, and assign priority levels. The tool then generates a comprehensive HTML report summarizing all marked technical debt.
https://github.com/igorescodro/tech-debt
#techdebt #libraries #androiddev #kotlindev via @kotlinweekly
GitHub - igorescodro/tech-debt: A lightweight KSP annotation processor that generates reports to track technical debt in Kotlin projects

A lightweight KSP annotation processor that generates reports to track technical debt in Kotlin projects - igorescodro/tech-debt

GitHub
@tbsprs nice. are you already using it? what do you think of it?
@joergi not yet. I stumbled upon it yesterday.
@tbsprs
I guess it's a perfect way of collecting these things, especially for open source projects and then these are good first issues for something like #hacktoberfest.