0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)Java0 forks (0 forks)auto 404
enhancementgood first issuepriority: lowrefactoringrequires bot: none
Repository metrics
- Stars
- 0 stars (0 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Would greatly clean up our code, mainly I would like to see it used for any public variables that are shared between files(which is messy).
Features of Lombok
Contributor guide
- Research direction
- Explore the current codebase for public variables that can be replaced with Lombok annotations like @Getter, @Setter, and @Data. Identify classes with shared public variables and refactor them to use Lombok.
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- JavaLombok