• Urik@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    11 months ago

    That’s a problem with your workplace, not the language nor OP.
    You could have a build setting for personal development where unused variables are not checked, and then a build setting for your CI system that will look for them. It gives you freedom to develop the way you want without being annoyed when you remove something just to test something, but will not merge your PR unless the stricter rules are met.

    • LittleLordLimerick@lemm.ee
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      11 months ago

      Why in the world would you want to develop something that doesn’t follow the coding rules required by your org, just so you can go back and fix everything before submitting a PR? That’s just extra work.