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

Lombok Integration #42

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Lombok Integration #42

wants to merge 1 commit into from

Conversation

ankuagarwal
Copy link
Collaborator

@ankuagarwal ankuagarwal commented Jun 4, 2019

  • Please check if the PR fulfills these requirements
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Feature

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?
    Adding lombok for cleaner code
    updated documentation

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

Adding lombok for cleaner code
updated documentation
@ankuagarwal ankuagarwal added the enhancement New feature or request label Jun 4, 2019
@zsmoore
Copy link
Owner

zsmoore commented Jun 5, 2019

I don't think we should integrate Lombok. The annotations and changes move a lot towards Kotlin which isn't a bad thing but I would prefer writing this in Kotlin over relying on an outside library to provide language enhancements.

Would prefer to only use Java syntax over bringing in custom annotations and syntax that change how code is written.

Copy link
Owner

@zsmoore zsmoore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See above comment ^

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

Successfully merging this pull request may close these issues.

None yet

2 participants