Hacker News new | ask | show | jobs
by WCSTombs 131 days ago
I totally agree with both this and the comment you replied to. The common thread is that you can architect the application in such a way that dry vs. wet running can be handled transparently, and in general these are just good designs.
1 comments

That’s what I prefer as well. A generation step and an execution step where the executor can be just a logger or the real deal.