Automating Kotlin Data Class Testing with KSP | HackerNoon
Kombinator aims to simplify the creation of multiple instances of a Kotlin data class by automatically generating all possible combinations of its constructor parameters.
Java News Roundup: Jakarta EE 11 Released, Agent2Agent Java SDK, Kotlin, WildFly, JobRunr, Maven
Jakarta EE 11 is finally released! It took a little longer than anticipated due to the massive undertaking the refactoring of the TCK turned out to be.
I Tested an OpenRewrite Recipe: The Mistakes I Made and How to Fix Them | HackerNoon
The naive approach I initially took for testing the OpenRewrite recipe was overly simplistic, relying on low-level APIs without proper understanding of the framework's complexities.
"Tests reduce production regressions, save time troubleshooting, validate functional design, ensure adherence to the target solution, and ultimately, increase program reliability and quality."