> 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
- I could learn about threads in more depth
- you could easily change the input language/parsing engine/output format/etc. (that is, made the entire program more flexible)
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] ==--
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.