-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Update Java code to follow Java 8 syntax #66
Comments
@dutta14 Are you working on this? |
Not yet. You can take it up if you're up for it. |
hey I would like to work on changing the codebase to follow java 8 syntax. |
still available? |
Is it still available? Anyone working on this? |
It would be better to provide Java 8 solution as an alternative than a replacement. People using this repo shouldn't be forced to learn Java 8. Sometimes code clarity can be lost in an attempt to make it shorter. In many organization Java 8 is still considered a plus point, not a must have skill. Having both would let people choose what they are comfortable with and also learn Java 8 comparatively. |
I wonder if it would be more beneficial for people to use Java 8 syntax for coding in interviews (many of them prefer it), and if so, if we should update our codebase to Java 8. I am up for making the changes.
The text was updated successfully, but these errors were encountered: