Skip to content

Conversation

@aepfli
Copy link
Member

@aepfli aepfli commented Jun 11, 2024

Star imports are seen as a bad practice within Java, as they can lead to too tight coupling with packages and the introduction of name clashes. Hence, we should avoid them.

closes: #816

Star imports are seen as a bad practice within java,
as they can lead to a too tight coupling with packages
and introduction of name clashes, hence that we should
avoit them.

closes: open-feature#816
Signed-off-by: Simon Schrottner <[email protected]>
Co-authored-by: madhead <[email protected]>
Signed-off-by: Simon Schrottner <[email protected]>
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.

Activate Checkstyle rule to avoid star imports

7 participants