this post was submitted on 08 Jul 2026
64 points (97.1% liked)

Programming

27640 readers
212 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Spent an hour today renaming env vars across three services to make them "consistent." Broke staging in the process because one service cached the old values. Should've just left the mess alone โ€” it worked fine before I touched it.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] cecilkorik@lemmy.ca 12 points 2 days ago

I just tag it with the same ticket I was working on when I discovered it needed cleanup. My logic is, it IS directly related to that ticket because that's when the file was being touched, which implies it's time is due to clean up some of its technical debt. Nobody's ever challenged it and I see other people doing similar things. It depends on the company culture, obviously, but it's not necessarily a no-go.