Tracking data in complex Java code: A functional programming approach

Learn how we used a functional programming approach to track data in complex Java code.

Similar

XOR Operator in Java

At work today I came across an Eclipse feature for cleaning up Java code. It helps you to improve the code, for example to add final to attributes or parameters, or to improve boolean expressions. (more…)

Read more »

Data Oriented Programming in Java

Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easie... (more…)

Read more »