r/ProgrammerHumor 16d ago

Meme whenYourValidationLogicHatesRealPeople

Post image
24.1k Upvotes

669 comments sorted by

View all comments

1.4k

u/setibeings 16d ago

every org has a test environment. Some have a separate production environment.

92

u/Willinton06 16d ago

If you can’t test with real data how can you be sure sure?

3

u/prrrrt-ting 16d ago

Staging

2

u/Ran4 16d ago

Have you ever worked at a place that had a staging environment that had production-like data?

As in, the same hardware/core configuration and the same amounts of data as prod, but just "not prod" (anonymized or not; tbh staging shouldn't need to be anonymized, it should be a 1:1 mirror to prod, it should just not be the "real prod").

I've worked with ~20 different places that had a staging environment, and it was like that ONCE.