interviews icon indicating copy to clipboard operation
interviews copied to clipboard

Update Java code to follow Java 8 syntax

Open dutta14 opened this issue 7 years ago • 6 comments

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.

dutta14 avatar Mar 17 '18 02:03 dutta14

@dutta14 Are you working on this? If yes, I would also like to contribute to this.

IAmPramod avatar Aug 11 '18 05:08 IAmPramod

Not yet. You can take it up if you're up for it.

dutta14 avatar Aug 11 '18 06:08 dutta14

hey I would like to work on changing the codebase to follow java 8 syntax.

Aman199825 avatar Jun 04 '20 18:06 Aman199825

still available?

grgAditya avatar Jun 22 '20 22:06 grgAditya

Is it still available? Anyone working on this?

pavanp73 avatar Jun 27 '20 19:06 pavanp73

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.

vbhosle avatar Jul 19 '20 06:07 vbhosle