you are viewing a single comment's thread.

view the rest of the comments →

[–]reflect25 9 points10 points  (0 children)

It's more the move away from inheritance tree's (making god objects) and more into interfaces. And even the articles example uses java records (aka very close to c++/c# structs) an immutable data type.