We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TokenTypes object with constant values lacks consistency
File path: packages/parser/src/constants/bhaiLangSpec.ts
Issue: Exported object name says TokenTypes, but all the keys in the object doesn't follow same pattern Ex:
Few that follows suffix as TYPE
Few that doesn't follow suffix as TYPE
Impact of inconsistency: Misleading keys of exported object.
Suggesation: We can have consistent keys, all of them having the suffix as TYPE
Bhai Lang
Refactoring
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The TokenTypes object with constant values lacks consistency
File path: packages/parser/src/constants/bhaiLangSpec.ts
Issue: Exported object name says TokenTypes, but all the keys in the object doesn't follow same pattern
Ex:
Few that follows suffix as TYPE
Few that doesn't follow suffix as TYPE
Impact of inconsistency: Misleading keys of exported object.
Suggesation: We can have consistent keys, all of them having the suffix as TYPE
Domain
Bhai Lang
Type of Contribution
Refactoring
Code of Conduct
The text was updated successfully, but these errors were encountered: