mdunnbass has asked for the wisdom of the Perl Monks concerning the following question:
Hypothetically speaking, of course, if a lowly perl user had written a large and unwieldy program that was more than likely far clunkier than it needed to be, where could I, err, I mean he, go to ask for help in refactoring/improving/tightening/increasing the speed and efficiency of the program?
Is that just a matter of asking for help from willing monks, or is there instead a forum/online work-group willing to help out with that?
I've got a program I've been writing that's about 35 subroutines, maybe 1k lines of code, with another 1k of comments, and at this point, I'm finished debugging all but about 5 of the subs. There are areas of the program where I am sure I did things the hard way, or at least, not the quick or efficient way.
I'm self-taught in perl, with only what I've learned here and in the perldocs, and I don't do any programming outside of this one script, so I've never ventured into the realms of mapping, transposing, TIEs, or anything more than intro-level stuff.
Any advice or guidance would be greatly appreciated.
Thanks,
Matt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Refactoring a large script
by xdg (Monsignor) on Jan 18, 2007 at 17:05 UTC | |
by mdunnbass (Monk) on Jan 18, 2007 at 17:12 UTC | |
by xdg (Monsignor) on Jan 18, 2007 at 18:28 UTC | |
by mdunnbass (Monk) on Jan 19, 2007 at 18:27 UTC | |
by BrowserUk (Patriarch) on Jan 20, 2007 at 04:30 UTC | |
| |
|
Re: Refactoring a large script
by Limbic~Region (Chancellor) on Jan 18, 2007 at 17:52 UTC | |
|
Re: Refactoring a large script
by gaal (Parson) on Jan 18, 2007 at 18:04 UTC | |
|
Re: Refactoring a large script
by OfficeLinebacker (Chaplain) on Jan 19, 2007 at 05:15 UTC | |
|
Re: Refactoring a large script
by derby (Abbot) on Jan 18, 2007 at 17:48 UTC |