Do you skip writing documentation? Would an AI tool that auto-generates it from your GitHub repo be useful?
Posted by Jealous_Soup_1322@reddit | learnprogramming | View on Reddit | 1 comments
I'm 18, just finished my exams and wanted to build something useful. Had an idea for a tool that takes a GitHub repo and auto-generates documentation for it, like file explanations, function breakdowns, setup guide, all automatically. Before I build anything I wanted to ask, do you actually skip writing documentation? Would something like this save you time? Genuinely just want to know if this is a real problem before I build it.
RaderPy@reddit
I like writing documentation because I know how my code works (at the time of writing it) and for my future self. I don't want to rely on a documentation written by something that think it knows how my code works and why