Some programming languages, such as Rust, Go, or TypeScript, are cool. Others, including Cobol and Java, are regarded as dull. However, while Java, which turned 30 on May 23, may not be the most ...
In a recent project, I needed an easy way to traverse Java object trees and extract values from the objects. Instead of continually going through huge iterator-if-else setups, I wanted a tool that ...