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

Refactor de todos los componentes para usar anotaciones Lombok. #395

Open
matisandacz opened this issue Apr 18, 2022 · 0 comments · May be fixed by #394
Open

Refactor de todos los componentes para usar anotaciones Lombok. #395

matisandacz opened this issue Apr 18, 2022 · 0 comments · May be fixed by #394
Labels
refactor Code refactoring. Major changes. to be discussed This issue needs to be discussed before moving forward WIP Work in progress

Comments

@matisandacz
Copy link
Contributor

En todos los componentes estamos definiendo constructores, getters y setters. Esto genera muchísimo código repetido en toda la aplicación. Usando Lombok https://projectlombok.org/ podemos usar anotaciones y eliminarlo.

@cpbeto cpbeto added refactor Code refactoring. Major changes. to be discussed This issue needs to be discussed before moving forward WIP Work in progress labels Apr 18, 2022
@cpbeto cpbeto linked a pull request Apr 18, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code refactoring. Major changes. to be discussed This issue needs to be discussed before moving forward WIP Work in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants