Hacker News new | ask | show | jobs
by johnrob 5702 days ago
You might avoid doing certain write-esque operations if you know you are in test mode. For example, you wouldn't want to charge a credit card or update someone's facebook status.
2 comments

On the downside this might prevent some great dramatic literature from being created.
That makes sense. It didn't occur to me that someone might want to run a monkey test in a live environment, but I guess it is necessary sometimes.