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

Add common package names to exception list #972

Open
bboysnick5 opened this issue Mar 15, 2022 · 3 comments
Open

Add common package names to exception list #972

bboysnick5 opened this issue Mar 15, 2022 · 3 comments

Comments

@bboysnick5
Copy link

I think this one must have been asked but I cannot find it. Can we add exceptions to common package names for example lxml for python and say boost for cpp if not already?

@Jason3S
Copy link
Collaborator

Jason3S commented Mar 15, 2022

I suggest just adding the words to the respective dictionaries:

A Pull Request is welcome.

@bboysnick5
Copy link
Author

bboysnick5 commented Mar 16, 2022

Well sure but I think a more structured way for programming languages is reasonably better isn't it, for scalability and maintenance. Something like a layered structure say python dict[python-core, common packages, deep-learning/data-science], cpp dict[cpp-core, stl, common packages, etc]. Something like that.

@Jason3S
Copy link
Collaborator

Jason3S commented Mar 18, 2022

@bboysnick5,

I agree with you. It is not hard to divided the files into their categories. Please feel free to add more structure.
cspell-dicts/dictionaries/software-terms is a good example of a dictionary built from multiple source files.

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

No branches or pull requests

2 participants