Yonatan Karp-Rudin
Yonatan Karp-Rudin
By the way, happy to pick this fix up if you all agree that this is indeed an issue 😄
After reading a bit deeper about this design pattern in multiple sources (see below), it seems like the design itself is (almost) correctly implemented, but the example is confusing. In...
There's a pr for the fix, but it seems that SonarCloud isn't happy with the try-catch of the `clone` in terms of coverage. From checking online, it's considered anti-pattern to...
Hi @xyllq999 please keep in mind that the README code needs to be updated as well
Couple more thoughts: * I think that we can also remove Lombok with this upgrade, as 99% of the functionality it provides is available in a `Record` class now. *...