Comment on Scala 2.11.0 Release NotesparentComments−film4212ySo 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.−frowaway00112yThey just don't emit all the boilerplate which would require unlimited-arity Tuples/Functions/... for larger case classes.
Comments
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.
They just don't emit all the boilerplate which would require unlimited-arity Tuples/Functions/... for larger case classes.