• AnomalousBit@programming.dev
    link
    fedilink
    arrow-up
    24
    ·
    9 months ago

    Here go ahead and do us all a favor and change that line of code to:

    valid_jurisdictions = [“federal”, “state”, “local”];

    • MagicShel@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      9 months ago

      readAccess = PUBLIC;

      Sorry to change paradigms on you but you have to externalize those strings in the service. You don’t want to have to push to prod to change typos, otherwise your whole system is going to wind up hard-coded to readAccess = “pubic”;