DEV Community

Discussion on: Avoiding the Builder Design Pattern in Kotlin

Collapse
 
eugeniyk profile image
eugeniyk • Edited

@chrisvasqm what about binary compatibility? What's happened with Scala case classes, they are convenient and all, but they are breaking binary compatibility if you'll add one more parameter. How it's resolved in Kotlin?

UPD: exactly what @Sakib Hadžiavdić mentioned