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 moduleName in ClassFqn #2390

Closed
wants to merge 1 commit into from
Closed

Conversation

Tuchan
Copy link

@Tuchan Tuchan commented Nov 3, 2024

Useful for whenever you wanna create multiple modules inside of one project or just getting the lowerCamelCase name of the plugin

@RedNesto RedNesto self-requested a review November 3, 2024 11:54
@RedNesto
Copy link
Member

PROJECT_NAME is already the name of the module if you create a module in an existing project.

I'm not certain what one would use the lowerCamelCase name for, MOD_ID, MOD_NAME and BUILD_COORDS.artifactId are already there though.

if there really is a need for loweCamelCase this could be implemented as a string derivation.

@Tuchan
Copy link
Author

Tuchan commented Nov 13, 2024

I'm not certain what one would use the lowerCamelCase name for

lowerCamelCase can be used if for example, you wanna have a variable in code that takes the name of the plugin and adds Api at the end of it: CrazyPlugin -> crazyPluginApi
Nitpick... i know 🙄

if there really is a need for loweCamelCase this could be implemented as a string derivation.

Will use string derivatives from now on.

Thanks 🙏

@Tuchan Tuchan closed this Nov 13, 2024
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.

2 participants