Hacker News new | ask | show | jobs
by mbrock 3470 days ago
If you really want to, you can often find ways to do continuous integration even in such cases.

For the most brute force example, you could copy the whole program and make a runtime switch for deciding which to run.

1 comments

> you could copy the whole program and make a runtime switch for deciding which to run

Wouldn't that make merges even worse, not better?