Le 20/07/2017 à 11:12, Dave Ford a écrit : > Now, is it actually a systemic problem ? My intuition is that it is the > root of many difficulties OO languages can have, even though it does not > seem like a problem at first. > > > Can you give an example? Specifically, without confusing the unrelated > issue of immutability? >
Well, it is more an intuition after more than 20 years of coding that an elaborated opinion. But the first thing that comes to my mind is the resulting complexity, and often confusion. I find that having a clean separation between data & logic makes things a lot cleaner, easier to understand and maintain. I do realize I would need to elaborate a little more to be convincing on this, but so far it is all I got :-) -- Christophe de Vienne -- You received this message because you are subscribed to the Google Groups "Elm Discuss" 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.
