From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 031BDCCF4 for ; Fri, 1 May 2015 19:32:51 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 81E0D80BD84; Fri, 1 May 2015 10:31:08 -0700 (PDT) Date: Fri, 1 May 2015 10:31:08 -0700 From: Matthew Hall To: Neil Horman Message-ID: <20150501173108.GA24714@mhcomputing.net> References: <20150501164512.GB27756@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150501164512.GB27756@hmsreliant.think-freely.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] GitHub sandbox for the DPDK community X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 17:32:51 -0000 On Fri, May 01, 2015 at 12:45:12PM -0400, Neil Horman wrote: > Yes, but as you said above, using a web browser doesn't make reviewing patches > faster. In fact, I would assert that it slows the process down, as it prevents > quick, easy command line access to patch review (as you have with a properly > configured MUA). That seems like we're going in the opposite direction of at > least one problem we would like to solve. Normally I'm a big command-line supporter. However I have found reviewing patches by email for me is about the most painful workflow. The emails are pages and pages. The replies from commenters are buried in the walls of text. Replies to replies keep shifting farther off the edge of the screen. The code gets weirder and weirder to try to read. Quickly reading over the patchset by scrolling through to get the flavor of it, to see if I'm qualified to review it, and look at the parts I actually know about is much harder. I can go to one place to see every candidate patchset out there, the GH Pull Request page. Then I can just sync up the branch and test it on my own systems to see if it works, not just try to read it. Github automatically minimizes old comments that are already fixed, so they don't keep consuming space and mental bandwidth from the review. All in all, I'd be able to review more DPDK patches faster with the GH interface than having them in the mailing list. Matthew.