pwagyi has asked for the wisdom of the Perl Monks concerning the following question:
The company I am working in relies heavily in perl scripts to do data extraction, validation, report generation, process automation.
Unfortunately, these scripts are written in procedural/shell scripting style. There are a lot of duplicates.
Here is an example. There is a script (let's call it script A) to read data (there is a specification for this data), and generates some output.
When another report is needed with some minor difference in output, script A is copied and modified!
Senior developer insists that modifying/refactoring existing code is a lot of efforts and Object Orientation is just a fancy. So how can I convince management that adopting OO/Moose will benefit?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Convincing management for OO
by choroba (Cardinal) on Mar 02, 2017 at 06:00 UTC | |
by Anonymous Monk on Mar 03, 2017 at 03:03 UTC | |
Re: Convincing management for OO
by soonix (Chancellor) on Mar 02, 2017 at 09:00 UTC | |
by Anonymous Monk on Mar 03, 2017 at 03:06 UTC | |
by soonix (Chancellor) on Mar 03, 2017 at 08:09 UTC | |
Re: Convincing management for OO
by huck (Prior) on Mar 02, 2017 at 09:49 UTC | |
Re: Convincing management for OO
by Your Mother (Archbishop) on Mar 02, 2017 at 22:28 UTC | |
Re: Convincing management for OO
by soonix (Chancellor) on Mar 03, 2017 at 08:43 UTC | |
Re: Convincing management for OO
by Anonymous Monk on Mar 02, 2017 at 18:14 UTC |