• djnattyp@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    11 hours ago

    Google for “replace conditional with polymorphism”.

    Just checked and it is in “Clean Code” - Chaper 17; Section G23 “Prefer Polymorphism to if/else or switch/case”.

    • FizzyOrange@programming.dev
      cake
      link
      fedilink
      arrow-up
      2
      ·
      6 hours ago

      This is really terrible advice. Sometimes it’s better to do that, but definitely not in the example from this article.

      If anyone says you should always prefer polymorphism to switches they are a bloody idiot.