Seeing that Uncle Bob is making a new version of Clean Code I decided to try and find this article about the original.

  • Kogasa@programming.dev
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    1 month ago

    No, not “almost every modern developer thinks inheritance is just bad.” They recognize that “prefer composition over inheritance” has merit. That doesn’t mean inheritance is itself a bad thing, just a situational one. The .NET and Java ecosystems are built out of largely object-oriented designs.