I have a plan to modify the script so that it parses its parameters from the command line instead of using hardcoded values. This will improve extensibility without needing to modify the script manually, in compliance with the open/closed principle.
Would you accept a pull request with this change?
I have a plan to modify the script so that it parses its parameters from the command line instead of using hardcoded values. This will improve extensibility without needing to modify the script manually, in compliance with the open/closed principle.
Would you accept a pull request with this change?