in reply to Re: Seeking design improvements for Perl code library remote server
in thread Seeking design improvements for Perl code library remote server

I am lazy. Why don't you pack it all up into a proper Perl-distribution and put it on CPAN?

Why should he? After all it wouldn't be very lazy of him. And AFAIK, CPAN encourages code-review before upload, and this is what the OP is asking for.

Why did the op turn here? xml rpc - Design improvements for Perl code library remote server - Stack Overflow

  • Comment on Re^2: Seeking design improvements for Perl code library remote server

Replies are listed 'Best First'.
Re^3: Seeking design improvements for Perl code library remote server
by CountZero (Bishop) on Dec 26, 2012 at 07:22 UTC
    Please, rather than critizing my position, go ahead and review that code: download it, try to install it, debug it and let us all know. Good karma to you for your efforts.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics

      Please, rather than critizing my position, go ahead and review that code: download it, try to install it, debug it and let us all know. Good karma to you for your efforts.

      No thanks, I'd don't take suggestions from unreasonable lawyers.

        Pray, tell me in what way am I unreasonable?

        CountZero

        A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

        My blog: Imperial Deltronics
Re^3: Seeking design improvements for Perl code library remote server
by daluu (Initiate) on Dec 27, 2012 at 19:23 UTC

    Yes, I'm looking for code review feedback. It's hard to find for a project when you're the sole developer and it lacks a community of users using it.

    It's a remote server for Robot Framework test framework, and from what I can tell, there are potential Perl users for that, but it's relatively small compared to Java, .NET, and Python. :(

    And the main Robot Framework community developers are not Perl developers and don't have the time to help code review. :(