Re: Distinguishing case class members

Nils Kilden-Pedersen <[email protected]> Wed, 13 Jan 2016 20:17:42 -0600
Newsgroups gmane.comp.lang.scala
Message-ID <CABDULvXVxcFMNa4SGsU8CR-MZCQK=X0=Z9m73yRT-QKtuNNohQ@mail.gmail.com>
On Wed, Jan 13, 2016 at 4:50 PM, Oliver Ruebenacker <[email protected]>
wrote:

>
>      Hello,
>
>   Why are mutable case classes bad?
>

The same reason mutable classes are bad. They are harder to reason about
when shared.


>
>      Best, Oliver
>
> On Wed, Jan 13, 2016 at 5:22 PM, Seth Tisue <[email protected]> wrote:
>
>> in this vein, see also RĂ¼diger Klaehn's answer at
>> http://stackoverflow.com/a/34719624/86485 ("People frequently use case
>> classes and then try to customize/abuse them to do something else than what
>> case classes are supposed to do...")
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "scala-language" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Oliver Ruebenacker
> Senior Software Engineer, Diabetes Portal
> <http://www.type2diabetesgenetics.org/>, Broad Institute
> <http://www.broadinstitute.org/>
>
> --
> You received this message because you are subscribed to the Google Groups
> "scala-language" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "scala-language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.