in reply to [NTF] Nice Perl ideas I have no time for

When I started in Perl, sometime around 2000, I did so trying to automate system administration tasks. Shortly after, I started falling in love. Then I was on a hunt for things to build, just for fun. I'm sure I asked "what can I do" to the old time greats, where the response was often "find distributions, fix bugs, write patches" (where that advice was a Godsend actually in the long run).

I think every budding developer goes through a period where they try to imagine what they want to dream up.

Now, there's no hardware I can't conquer, no API I can't wrap, no challenge that's too big to put effort into. With that said...

a Perl idea that I have no time for is one that can dream up new ideas for people like me in my earliest years while I was looking for them.

  • Comment on Re: [NTF] Nice Perl ideas I have no time for

Replies are listed 'Best First'.
Re^2: [NTF] Nice Perl ideas I have no time for
by etj (Priest) on May 15, 2024 at 13:39 UTC
    These days there's a convention on GitHub of "good first issue" as a label. It would be a Simple Matter of Programming(tm) to:
    • scan every distro on MetaCPAN
    • extract its issue-tracker
    • filter only the GitHub ones
    • listing the "good first issue"-labelled issues for each.
    If one did steps 1-3, one could then feed that list of tracker URLs into a GraphQL query to the GitHub API to do step 4. That would then provide a list of things first-timers could help with. That would also be very useful for the annual PR challenge.