Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1R5URi-0000sl-4V for bitcoin-development@lists.sourceforge.net; Mon, 19 Sep 2011 03:23:02 +0000 Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.216.42 as permitted sender) client-ip=209.85.216.42; envelope-from=ampedal@gmail.com; helo=mail-qw0-f42.google.com; Received: from mail-qw0-f42.google.com ([209.85.216.42]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1R5URh-0007Yd-9o for bitcoin-development@lists.sourceforge.net; Mon, 19 Sep 2011 03:23:02 +0000 Received: by qwi4 with SMTP id 4so14107197qwi.1 for ; Sun, 18 Sep 2011 20:22:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.68.84 with SMTP id u20mr1604974qci.288.1316402575167; Sun, 18 Sep 2011 20:22:55 -0700 (PDT) Received: by 10.229.227.137 with HTTP; Sun, 18 Sep 2011 20:22:55 -0700 (PDT) In-Reply-To: <201109182104.45994.luke@dashjr.org> References: <201109182104.45994.luke@dashjr.org> Date: Sun, 18 Sep 2011 23:22:55 -0400 Message-ID: From: Alex Waters To: Luke-Jr Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -1.2 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (ampedal[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.4 AWL AWL: From: address is in the auto white-list X-Headers-End: 1R5URh-0007Yd-9o Cc: bitcoin-development@lists.sourceforge.net Subject: Re: [Bitcoin-development] Bitcoin Enhancement Proposals (BEPS) X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 03:23:02 -0000 http://www.python.org/dev/peps/ is a good reference if you're interested in seeing how PEPs work in action. I would be more than willing to maintain a similar index if that's what people want. Something to note is that Python does not use Git or GitHub (AFAIK). So we would need to update 001 to reflect the BEP involvement with Git, or transition away from it completely (which I discourage). My full-time experience as a project manager with Basecamp, Redmine, Teamlab, Pivotal Tracker, SVN, and custom VC has taught me that it is hard to find a good solution for the organization of the development life cycle. Having examined Bitcoin for the past three weeks, it is hard to discern the willingness to implement meta changes. It looks like Git/GitHub is working, but not ideal for everyone. My opinion is that there will always be a missing feature in VC systems. My major gripes with GitHub are the lack of prioritization options, voting system, and reporting/metrics. Gavin has asked me to research various O/S projects, to see how they are doing things. I have been focused mostly on organizing a pull testing system, and learning the testing process - but I can spend more time on meta organization if that is in demand. It would be helpful to me if I could hear some feedback on what needs changing, and how important it is. My recommendation is that we continue with the current system, but plan alternative organization voting around the time of 0.5 release. This could be an alternative to GitHub, or a supplement, or neither. Seeing as we are still in Beta, I don't believe there needs immense structure until we approach 1.0. The PEP system is outstanding, and is clearly a solid alternative/supplement to consider. -Alex