Why are mutable structs evil?
        Posted  
        
            by divo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by divo
        
        
        
        Published on 2009-01-13T23:27:47Z
        Indexed on 
            2010/03/21
            22:41 UTC
        
        
        Read the original article
        Hit count: 395
        
Following the discussions here on SO I already read several times the remark that mutable structs are evil (like in the answer to this question).
What's the actual problem with mutability and structs?
© Stack Overflow or respective owner