in reply to Re^2: Is code related to reverse engineering appropriate?
in thread Is code related to reverse engineering appropriate?

It just so happens that I was looking at the source of Image::Resize on CPAN yesterday. Very useful module. If I were to remove the pod from it, the remaining code would be about the same size as what you posted in your meditation.

Assuming your code works (I've never even heard of Automatic Sage Line 50 before, so I have no idea how to test it), it is definitely worthy of getting a proper API, a little documentation, and some tests, then going up on CPAN.

  • Comment on Re^3: Is code related to reverse engineering appropriate?

Replies are listed 'Best First'.
Re^4: Is code related to reverse engineering appropriate?
by lilphil (Scribe) on Jul 16, 2009 at 13:48 UTC
    Thanks for the encouragement! I guess I'd be a little happier about it if I was more certain about the header. Its kind of still in a "works for me" state, and Sage Line 50 version 11 is somewhat out of date.

    I wonder if anyone has a later version of Sage to test against?
    I'll give it some better testing when the stocktake comes around at the end of this month - hopefully it will all go smoothly.