DEV Community

Discussion on: Should you have a staging server for testing?

Collapse
 
jfrankcarr profile image
Frank Carr

It depends a lot on the system.

If I'm working on a system that involves things like medical data, financial services, engineering or other areas where a bug might put someone's life at risk, yes, staging is a critical step. But, if it's a simple infotainment app or the like, why add the overhead as long as decent unit and integration testing is done.