Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Adding to legacy application: does it make sense to use PSGI in CGI mode

by Anonymous Monk
on Mar 02, 2021 at 14:00 UTC ( [id://11129013]=note: print w/replies, xml ) Need Help??


in reply to Adding to legacy application: does it make sense to use PSGI in CGI mode

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re: Adding to legacy application: does it make sense to use PSGI in CGI mode

Replies are listed 'Best First'.
Re^2: Adding to legacy application: does it make sense to use PSGI in CGI mode
by Anonymous Monk on Mar 02, 2021 at 16:03 UTC

    how do you consistently manage to give the worst advice? smh.

      For once the questionable anonymonk is actually right: the problems do not start immediately, but over time you can accumulate multiple different frameworks into the larger application. Unless you have full management buy-in that all future work on the application is to use framework X, do not think that you are starting an "incremental" conversion to move the application to framework X. That way lies the madness of an application with parts in framework A, parts in framework C, parts in framework X, parts in framework R, and an unmaintainable mess on the whole.

      You can still use newer modules like Template for newer features, especially if you can rally support for refactoring the existing code to also use Template, which will help set you up for a later move all-at-once to a more modern framework, after a destination framework is chosen. Right now, your application uses the (very minimalist) "CGI" framework and you should not take changing that lightly unless you know that you will be able to change the entire application to a new framework. Multi-framework applications are maintainability nightmares.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11129013]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found