News

I will start with one of my favorite features of Groovy that I would love to eventually see in the Java programming language. The safe navigation operator checks the object it is operating on for ...
After implementing several equals methods with the ternary operator, I gained familiarity with it and soon started to find it to be less unreadable than I had previously thought.