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

Change the automatic use of @Data as a good practice of Clean Code #332

Closed
AlejandroBalseca opened this issue Feb 6, 2023 · 1 comment · Fixed by #333
Closed

Change the automatic use of @Data as a good practice of Clean Code #332

AlejandroBalseca opened this issue Feb 6, 2023 · 1 comment · Fixed by #333
Assignees
Labels
Milestone

Comments

@AlejandroBalseca
Copy link

Is your feature request related to a problem? Please describe.
When I create a proyect using this tool I see that in all classes is generated automatically @DaTa anotation but it is not neccessary invoque this in all classes.

Describe the solution you'd like
I think that is most ussefull generate this 4 components instead of @DaTa directly.
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
Because in many rules of clean code is not recommneded use @DaTa because menay of its anottations are not neccesaries.

@santitigaga santitigaga self-assigned this Feb 6, 2023
@santitigaga santitigaga linked a pull request Feb 6, 2023 that will close this issue
8 tasks
@juancgalvis juancgalvis added this to the Spring Boot 3 milestone Feb 9, 2023
juancgalvis pushed a commit that referenced this issue Feb 27, 2023
* replace @DaTa closes #332
@github-actions
Copy link

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants