Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucarga committed Jul 5, 2024
1 parent 8815b40 commit 2e1fe47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@ You can run the script in two ways:

1. **Using `main` for `argparse`**:
- Is it acceptable to have the `refactor_testing_query_courseid.py` file implement `main` to handle `argparse`, or would you prefer not to include the `main` method inside this script?


2. **Interactive Input Option**:
-Is it appropriate to keep the interactive input method for term ID and class names? This method could be useful for new users to understand the required arguments.


4. **Class-Based Structure**:
-Would it be better to refactor the script to use a class with methods instead of standalone functions, considering that the primary method to be used by the user is `getCourseInformation`?

4. **Class-Based Structure**:
-Would it be better to refactor the script to use a class with methods instead of standalone functions, considering that the primary method to be used by the user is `getCourseInformation`?

0 comments on commit 2e1fe47

Please sign in to comment.