nysus has asked for the wisdom of the Perl Monks concerning the following question:
Yet another Perl Question. I'm like a 5 year old, I know.
As an exercise to learn a distribution I'm interested in and to just get more knowledgeable in general, I figured I'd go through and study the code closely and take detailed notes on how the code works along the way and then, ideally, be able to share those notes with others.
I took a look a brief look AnnoCPAN but that only lets you add comments to documentation. Now, GitHub lets you make line by line comments on commits. I'm thinking maybe I could commit the distribution to GitHub and use that feature. Another option is to just crack open vim and make comments directly in the code but that doesn't let you easily create hyperlinks or do any kind of formatting.
But perhaps there is a tool out there that is designed specifically with this job in mind? Thanks.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Tools for annotating module code?
by eyepopslikeamosquito (Archbishop) on Dec 23, 2017 at 09:13 UTC | |
Re: Tools for annotating module code?
by soonix (Chancellor) on Dec 23, 2017 at 08:23 UTC | |
by nysus (Parson) on Dec 23, 2017 at 20:16 UTC | |
by eyepopslikeamosquito (Archbishop) on Dec 23, 2017 at 21:32 UTC | |
by Anonymous Monk on Dec 23, 2017 at 18:54 UTC |