Hacker News new | ask | show | jobs
by film42 4438 days ago
So why did they choose to allow case classes to have arbitrary arity? Not that I'm complaining, I just don't understand the underworking of scala that well.
1 comments

They just don't emit all the boilerplate which would require unlimited-arity Tuples/Functions/... for larger case classes.