Part of the point of programming is solving puzzles. But we all know, not all puzzles are equal. Some are definitely more enjoyable and exciting to us - others may enjoy what we don't. So, I want to ask: what's your favourite challenge(s)?

As an example, what I've noticed that I enjoy the most is building infrastructure. That is, building tools that make other jobs easier. This can be anything from setting up an environment with lots of short-cuts for my revision control system to building a framework, or even building a framework on a framework. I've managed to get about 4 levels deep on frameworks here at $WORK - the actualcode that does the real work at the end of this was incredibly short, succinct,readable, and, above all, maintainable. It was also very extensible when wanting to do more just like it.

Using those tools then actually provided me the same satisfaction as the initial build time: I realised all the time I was saving by using my own infrastructure.

Writing pluggable code, setting up myself and/or coworkers (and/or other perl developers if I manage to get it onto CPAN) to succeed faster, easier, more reliably - this is the type of challenge I enjoy. What's yours?


In reply to What type of challenges do you enjoy? by Tanktalus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.