[-] kmo@feddit.de 2 points 1 year ago

I wanted to recommend this book to some of my colleagues; however, I now have some doubts. ๐Ÿคฃ๐Ÿ˜‚๐Ÿ˜

[-] kmo@feddit.de 2 points 1 year ago

We once had a project of 8 years old. You could find any pattern and anti-pattern in there, starting from java 1.5. I hope that none will say the same about my codebase in a few years. ๐Ÿ˜‚

I try to follow clean code as much as possible and not overdoing the new features, but only there, where it makes sense.

6
submitted 1 year ago by kmo@feddit.de to c/java@programming.dev

Hi everyone,

I'm trying to find out how much people use the "new" features available in java. I would be very thankful, if anyone could participate. (less than one minute required)

In my former projects we neither had the latest java version, nor did we use all the features available. Sometimes i had the feeling, that some of my collegues didn't even know that these features exist. How's your experience?

https://forms.office.com/r/udsj1aUawV

4
submitted 1 year ago* (last edited 1 year ago) by kmo@feddit.de to c/java@programming.dev

Hi everyone,

I'm trying to find out how much people use the "new" features available in java. I would be very thankful, if anyone could participate. (less than one minute required)

https://forms.office.com/r/udsj1aUawV

[-] kmo@feddit.de 4 points 1 year ago

If I had to go with the ternary operator, I would choose not to negate the statement for the sake of readability.

If I had free will of choice I would prefer using the Optionals API, like @MagicShel@programming.dev did.

kmo

joined 1 year ago