HN2new | past | comments | ask | show | jobs | submitlogin

It'd also be much less of a potential PR nightmare for them to just have setup a sandboxing environment.


I can't imagine the logistical nightmare of having to replicate their staging environment, with the caching and message queue systems. It probably isn't `cp -r staging/ sandbox/` :-/


The mock environment doesn't need to do anything other than accept all inputs and produce known outputs (presumably some with known error conditions). This can often be implemented using apache rewrite rules/aliasing and static content served with the correct MIME types. I've set up mock servers for my own testing of public APIs when I want more control over monitoring my application than using a remote service would allow. You make a request once to the real service, store the content in a file on your own web server, and change your app to hit your server rather than the public, remote API.


They already have an internal development environment, clone that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: