You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Baughn comments on Safety can be dangerous - Less Wrong Discussion

4 Post author: PhilGoetz 07 September 2011 05:24AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (35)

You are viewing a single comment's thread.

Comment author: Baughn 11 September 2011 01:44:48AM *  0 points [-]

On the note of software branching:

Over here in Google, we constantly build everything from head, to the point that every build invocation is essentially a dramatically optimized (and distributed, and limited to just transitive dependencies of your current target, but still..) "make world". Pretty much everything is in a single repository.

As a result, we occasionally have to deal with other people breaking out code. That happens.. maybe once every few months. And we don't need to manage divergent versions, or forget which branches we'd applied some patch to.

I'm pretty sure the non-branching workflow can only be called a stunning success.