This week I've been working on my XML::RSS::Tools module at home and on some SAP ABAP development at work. At work within SAP I don't have the luxury of a nice testing environment and code coverage tools that I use to at home for Perl.
I know Perl better than ABAP, so I think it's fair to say that my Perl code is better than my ABAP. What amazes me is how poor code can be unless you really analyse it properly, even when you think it's good. I've been using Test::Cover and the PBP guidelines to improved XML::RSS::Tools, it's my oldest module, and the test coverage is quite puny - though getting better.
Ironically I spotted this today on El Reg: Teaching an Old Dog New Tricks, quite appropriate timing I thought.
Re:tricky dog
ajt on 2007-01-26T10:30:19
I agree it's a bit of an advert, but it's also interesting to see someone admit that code they thought they had written well, wasn't!