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

De-Lombok Odysee Android source code #117

Open
kekkyojin opened this issue Feb 7, 2022 · 0 comments
Open

De-Lombok Odysee Android source code #117

kekkyojin opened this issue Feb 7, 2022 · 0 comments

Comments

@kekkyojin
Copy link
Collaborator

Lombok plugin is no longer compatible with Android Studio. Code will still build when adding it as a compileOnly, but when editing files lots of errors will appear now, making your editor mostly red over white background.

Lombok purpose, as long as I could see, is to 'save developer time', as it adds getters and setters to designated private fields.

If those setters and getters were added as lines of code on files:

  1. It would be easier to debug errors as breakpoints could be set where needed instead of having to use logd's
  2. Any code reader could know what is really happening on the app, instead of having to research what is Lombok
  3. Installing a plugin is no longer required, saving this time of errors
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

No branches or pull requests

1 participant