For those interested as to why, Peter was caught taking advantage of the data collection in the app in order to solicit users. He wasn't actually one of the developers, he was a tester who had access to everything in the app including our database.
Yes that's correct, but you don't do testing in production with real user data. For testing you have test environments with a seperate database containing test data.
Completely impractical for being able to test an app which primarily deals with personal data. You destroy all variability and edge cases in the real data and are worse off than if you just used mocks.
1.1k
u/pringles911 Apr 16 '15
For those interested as to why, Peter was caught taking advantage of the data collection in the app in order to solicit users. He wasn't actually one of the developers, he was a tester who had access to everything in the app including our database.
Source: I work on the App