Skip to content

Commit

Permalink
Refactor keyword enums for clarity and consistency
Browse files Browse the repository at this point in the history
- Rename `ValidKeywords` to `SupportedKeywords` for better semantic alignment.
- Rename `InvalidKeywords` to `UnsupportedKeywords` for improved clarity.
- Update references across the module to reflect these renamed enums.
- Simplify `normalize_string` by removing unnecessary replacement.
- Adjust property methods and related logic to accommodate the new naming conventions.
  • Loading branch information
AsafMah committed Jan 9, 2025
1 parent 87c365e commit 15c2b3a
Showing 1 changed file with 71 additions and 71 deletions.
Loading

0 comments on commit 15c2b3a

Please sign in to comment.