Those who know, know.

  • Phegan@lemmy.world
    link
    fedilink
    arrow-up
    21
    arrow-down
    1
    ·
    1 month ago

    Agreed. I found that many developers, in the pursuit of clean code, lost slight of some of the fundamentals principles of good code. I found that people were eschewing readability and modularity and calling it clean code.

    Clean code became the target, not the underlying principles and the reason why we needed clean code in the first place. It became an entirely new thing that aided in producing some of the worst code I’ve read.

    Oftentimes, when devs talk about “clean code” it’s a red flag for me in hiring. Some of the worst devs I’ve worked with have been clean code evangelists.

    • pfm@scribe.disroot.org
      link
      fedilink
      arrow-up
      18
      ·
      1 month ago

      I’m beginning to feel we’re no longer talking about Clean Code being bad, but about people following ideas they don’t understand, which is not related or caused to any particular book.

      • jecxjo@midwest.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        28 days ago

        I think its less about not understanding and more that these concepts only work in unrealistic scenarios that aren’t real. It’s the same with Agile. They never address the actual issue and try to work around them which never works.