ter 3 membros integrando o Rails Core Team ao redor do globo 5 Carlos Antonio Rafael França José Valim Co-fundador da Plataformatec Rails Core Team website: http://rubyonrails.org/core
ter 3 membros integrando o Rails Core Team ao redor do globo 5 Carlos Antonio Rafael França José Valim Co-fundador da Plataformatec Rails Core Team website: http://rubyonrails.org/core
A simple example of this is that if Professor Plum changes the name of a method that Reverend Green's code calls. Refactoring tools allow you to rename a method safely, but only on your code base. So if G1-6 contain new code that calls foo, Professor Plum can't tell in his code base as he doesn't have it. You only find out on the big merge.”
but it's also a vital communication mechanism” “Communication is one of the key factors in software development and one of CI's most important features is that it facilitates human communication.”
running a feature branch is a different animal to CI. I've heard people say they are doing CI because they are running builds, perhaps using a CI server, on every branch with every commit. That's continuous building, and a Good Thing, but there's no integration, so it's not CI.”