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 underscore prefix to inner classes #5

Merged
merged 1 commit into from
Jun 29, 2021
Merged

Conversation

lihop
Copy link
Contributor

@lihop lihop commented Jun 27, 2021

Fixes class name conflict with the ThreadPool
plugin
and reduces the
likelyhood of class name conflicts with other plugins.

The underscore prefix also indicates that these classes are "private"
(intended for internal use by gd-plug) and not part of the public
gd-plug API.

Closes #4

Fixes class name conflict with the [ThreadPool
plugin](https://github.com/zmarcos/godothreadpool) and reduces the
likelyhood of class name conflicts with other plugins.

The underscore prefix also indicates that these classes are "private"
(intended for internal use by gd-plug) and not part of the public
gd-plug API.

Closes imjp94#4
@imjp94 imjp94 merged commit 116ec29 into imjp94:master Jun 29, 2021
@imjp94
Copy link
Owner

imjp94 commented Jun 29, 2021

Thanks!

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.

Inner class name conflict with other plugins
2 participants