Skip to content

Conversation

@JunggiKim
Copy link
Contributor

@JunggiKim JunggiKim commented Feb 9, 2025

Refactoring Proposal

Extract hardcoded bean name string literals to static final constants in BatchRegistrar class.

Changes

  • Added static final constants for bean names (JOB_REPOSITORY, JOB_EXPLORER, etc.)
  • Replaced string literals with the corresponding constants
  • No functional changes

- Extract hardcoded bean name strings to static final constants
- Improve code maintainability and reduce the risk of typos
- No functional changes

Signed-off-by: kimjg <[email protected]>
@JunggiKim JunggiKim changed the title Refactor: Extract bean name string literals to constants Refactor Extract bean name string literals to constants Feb 10, 2025
@fmbenhassine
Copy link
Contributor

LGTM 👍 Rebased and merged as 3b0868d. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants