http://www.perlmonks.org?node_id=36760


in reply to Where do your code ideas come from?

> Coding just for class isn't a great experience.
Well, yeah, generally, if you only write for the assignment...
One thing I had to do for my CS 2 class was to format a (Java) program into pretty HTML. Although my initial result was kind of ugly (on the code side), it worked. A few months later, I basically redid it, and broke up each step into its own thread so

With other assignments I've been given, there is usually room to make the problem more general and create [a] librar{y|ies}. Of course, if its in Perl, you may want to post it somewhere, like CPAN.

If you romp around here a lot, you may become bothered by some things. You can try adding to the back-end (scary :)), or write front-end stuff (chatterbox clients, PerlMonks.org related scripts).

There is also a web site that lists abandoned open source programs, but I forget what it was. :( You may want to see if something there interests you.

Remember, most (all?) personal projects are created to scratch an itch. If you don't have any itches, you should become bothered by things easier. ;)

--== [N] ==--

  • Comment on Where I get some of my code ideas come from.