Hacker News new | ask | show | jobs
by cutler 636 days ago
builder() .... build() Rich Hickey got something right. This is about as far from the idea behind DOP as it gets.
1 comments

That's on Java, though. Many other languages such as Kotlin, Swift, etc. have better ways of dealing with this, e.g. in Kotlin

  Car(make = "Buick", model = "LeSabre")