• Artyom@lemm.ee
    link
    fedilink
    arrow-up
    13
    ·
    26 days ago

    Inheritance makes complicated objects that would otherwise be impossible possible, but it only works if you know those objects really well. The problem is people write ridiculously complicated mystery objects in libraries and no one knows what’s going on anymore.

    • lseif@sopuli.xyz
      link
      fedilink
      arrow-up
      3
      ·
      26 days ago

      that, and that its often not the best use of time to map out the entire project structure in uml before u even write a method…

    • Gonzako@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      25 days ago

      Tho, C# is statically typed so you can look at the available methods any one library has at any time in the IDE

    • platypus_plumba@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      25 days ago

      Springboot is very confusing. The inheritance tree is insane, they created a class for everything, which I get… But it is so hard to understand the whole scope their design.