in reply to code checker

Who knows, maybe it would be easier to code than I think (except for that redundancy one, that's just impossible!). I think many people dream about perfect code that never needs to be improved.

Are there any tools for checking perl code beyond what the compiler checks?

Haven't you ever heard of perlmonks? Post your code on that site and see if anyone will give a helping hand in suggesting ways in which you could improve your code. Not many people will rewrite it for you, but many more will offer their wisdom. :)


Update (I seem to like these): A couple of people have wanted to see a new section created on the site for 'pay to get code and answers'. If anything, let's create a 'Improve This' section where users can post their code and ask for direction on how to improve the way in which things are handled. It could be said that these could be posted to SoPW, but I'm sure several people would become frustrated if SoPW were to be suddenly filled with requests of 'make my code better for me!'. I'm sure that if it weren't always the same few people offering up advice on coding things 'better' and everybody tried (whether successfully or not) to help out. I seem to think that everyone would be happy to have better code :)

Replies are listed 'Best First'.
Re:[artist] Code Checker- IMC
by artist (Parson) on Jan 23, 2003 at 18:30 UTC
    I second the concept about asking IMC (Improve my code) section. The original code should be a working one in this case. It can certainly promote faster learning. We all can improve on our code with better understanding initally conciously and then subconciously, with this section.

    I like the concept very much as we all want to accomplish certain thing with the code. Improvement Suggestion would enhance the performance of the code, and style. We have our best way of doing the things in perl. The perl motto of TIMTOWDI would serve us better in this as we can find multiple ways to do the same thing and improve our best way doing the coding.

    Artist