[Perl blog] GD::Text::Arc
Thursday, 22 January 2004 12:00 amGD::Text::Arc is an addition to GD and GD::Text that simplifies drawing text on a curve. Sample output is here.
It's not a terribly complicated module, in fact it's about 250 lines of code, but it does just what I want it to, so I'm happy. The most time-consuming part of the process was writing the 250 lines of documentation.
It's not a terribly complicated module, in fact it's about 250 lines of code, but it does just what I want it to, so I'm happy. The most time-consuming part of the process was writing the 250 lines of documentation.
This was also my first foray into writing tests while I wrote code; that was just as useful as everyone says it is, so I think I'm a convert. Of course, I'm sure I need way more than 46 tests, but it's a fine first draft.
Now that I'm all puffed up with releasing my first CPAN module and stuff, I'd love for people to pick it apart and tell me what I did badly.
Comments
Date: Monday, 18 July 2011 12:33 am (UTC)For code critiques... (Score:1)
by bart (450) <bart.lateur@pandora.be> on 2004.01.23 6:51 (#27633) Journal
If you insist, you might knock on the door of the Code Review Ladder mailing list [netthink.co.uk].
BTW the sample image looks very neat, IMHO. No I haven't actually looked at your code (yet).
Reply to This
*
#
code critiques (Score:1)
by da (1525) on 2004.01.23 14:15 (#27652) Homepage Journal
Thanks for the kind words. I will check out the code-review ladder if I don't get any critical comments elsewhere. :-)
--
-DA [coder.com]