Is it just me, or does reading through the bugtracker and seeing just how many bugs there are sadden you on the inside as much as it does me?
I'm aware that a majority of them are duplicates, but still... saddening.
Speaking from a software development point of view, having more issues in your issue tracker is GOOD. There is no such thing as bug-free software; and the more bugs you isolate and have in your tracker, the longer your project history, the more bugs that have been squashed, and the better the quality of your software.
For example, some software (less than a month old) I'm working on in my company now has over 3000 internally reported issues. Because we have a "Everything is a bug" mindset, we even have bugs listed as "User interface misspelling" or "Merge branch to main." Also, since we use automated testing, if any of these bugs crop back up again, we will probably know almost immediately.
If anything, I expect the bug tracker to improve the ability of ToadyOne to figure out and fix bugs, especially the weird little inanities that are hard to pin down. I do think that if he were to learn unit testing, it would help even more, but I can understand if that does not happen.
TLDR: The larger the number of reported bugs, the more likely it is to be good software.