News

Object-oriented systems are usually partitioned into layers of related responsibilities and only dependencies in one direction are allowed, from higher layers (more specific, less reusable) to lower ...
In this post, I look at JavaScript “objects” from a Java developer perspective and offer some tips and tactics Java developers can use to better bridge the concepts of object-oriented Java and ...
Most new Java developers quickly learn that they should generally compare Java Strings using String.equals (Object) rather than using == . This is emphasized and reinforced to new developers ...
Imagine you are an expert object-oriented Java developer who meticulously crafts code the way an artist cares for their masterpiece. You believe clean code is an absolute necessity. Classes with clear ...
Exploring Java Records beyond Data Transfer Objects Jun 19, 2023 8 min read by Otavio Santana A passionate, Award-winning Software Engineer and Architect reviewed by Michael Redlich ...