Move Fast and Break Nothing

Zach Holman: What happens is this: a request will come in as usual and run the existing (old) code. At the same time (or just right after it executes), we’ll also run the new code that we think will be better/faster/harder/stronger (pick one). Once all that’s done, return whatever the existing (old) code returns. So, … Continue reading Move Fast and Break Nothing