-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
improvementSomething to be refactored or changed in the existing codeSomething to be refactored or changed in the existing code
Description
Currently, the configure_log_file function works by receiving a file name argument that must have an extension. Change the current behavior in the following ways:
- Create a function to breakdown a file argument into the file name and the file extension;
- Change the
configure_log_fileto add a default extension (.log) to any argument supplied without an extension and to give a warning when the filename argument has a different extension to it than the default one or is a hidden file (file name empty); - Add functionality to the
make cleancommand in theMakefileto prompt the user to the delete any files with the default log file extension.
Important: If this change damages the old usage of the function, it should be included in a major release, not a minor release or patch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
improvementSomething to be refactored or changed in the existing codeSomething to be refactored or changed in the existing code