Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing datatype of constants from string to enum #97

Closed
wants to merge 2 commits into from

Conversation

Sadaf-A
Copy link
Contributor

@Sadaf-A Sadaf-A commented Feb 24, 2024

Resolves: #96

This PR defines an enum for constants instead of string this enhances our code readability and provides better type safety.

@Sadaf-A Sadaf-A closed this Feb 25, 2024
@Sadaf-A Sadaf-A deleted the feat/using-enums branch February 25, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

using enums for constants instead of strings for better type safety
1 participant