this post was submitted on 09 Jan 2025
544 points (98.7% liked)

Programmer Humor

32866 readers
1100 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 5 days ago (1 children)

You test in dev? You mean you don't have a Q&A environment? or staging?

[โ€“] [email protected] 3 points 5 days ago* (last edited 5 days ago)

I test my own code/scripts in dev when I'm working on it. QA usually tests acceptance criteria in test environment. And then staging is used for production data testing for performance and identifying missed edge cases. Actually, we sometimes use dev and test interchangeably when multiple people are working on the same repo, so the lines are a little blurrier than that.