• jol@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    28 days ago

    I mean, you’re not hired to “code”, you’re hired to do software engineering. That usually means working with other people. Reviewing code is a win win situation because both get a second pair of eyes on their code and prevent each other from committing dumb shit that you might have to fix later.

    I feel like these memes of hating everything other than lone coding is because you keep working for toxic companies. Ffs you’re programmers, it’s probably super easy to get another job. It doesn’t have to be like this.

    • rockSlayer@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      28 days ago

      I think QA engineering needs to become more widespread. The “extra pair of eyes” can’t compare to a department of people dedicated to code review and testing.

      • Windex007@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        28 days ago

        You don’t want a department that you throw it over the fence to, you want them embedded on your team. Keep those feedback loops TIGHT bois

      • jol@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        28 days ago

        QA and Code reviews do different jobs. Manual and automated testing will not notice your code is shit, so long as all test cases pass.