Records in java : the illusion of immutability
Java records, as I mentioned in my last article, offer a new way to define classes that hold immutable data. Records make it easier to create data carriers with fixed states at creation. However, this immutability can be misleading when records have ...
Sep 12, 20245 min read74


