• Australis13@fedia.io
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I felt that. I have a colleague whose coding style is different to mine and whenever they work on code that I originally wrote, I have to resist the temptation to modify things to camelCase.

      • flashgnash@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Does Prettier count as a linter?

        I always thought linters were more to find bad practice and possible errors than control the code style

        • Australis13@fedia.io
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          Some linters can do both. Getting one set up as an automated job whenever code is pushed to the repo is on my TODO list…