in reply to Re^12: Legacy Code: "Dominoes = Bad"
in thread Legacy Code: "Dominoes = Bad"
Code which uses CGI.pm is easier for ME to maintain than code which uses something you wrote!That's quite a bold statement. Considering you don't know my non-existing code, it must be solely based on the quality code CGI.pm provides.
But still, how come
is more maintainable thanuse CGI; ... your code ...
?use JavaFan::CGI; ... your code ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^14: Legacy Code: "Dominoes = Bad"
by Boldra (Curate) on May 02, 2011 at 09:15 UTC |