Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6877 invoked from network); 22 Sep 2014 21:09:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2014 21:09:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.180 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.180 mail-ie0-f180.google.com Received: from [209.85.223.180] ([209.85.223.180:39125] helo=mail-ie0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/05-10955-AFF80245 for ; Mon, 22 Sep 2014 17:09:14 -0400 Received: by mail-ie0-f180.google.com with SMTP id ar1so5403297iec.39 for ; Mon, 22 Sep 2014 14:09:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=W18yOwUMvARCwxuSt7MqVoHizEPHJ2T8d4qkIg3NriY=; b=uIQ4G+cA7FrftXEFUG/qQazTY6AuAWarAO3buPUU6XRXPAjL8OT4Fsml9IjunGjiu6 srRJtwSfXCpXq9UGegFvUwrZGwUPjXWfxCpplfN9uQi2H/mrUtJCBg+kp6jDLu4ExjNi C0y/KQEtniecpqVwXmLZyo5xAdRpOIS9g4/SY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=W18yOwUMvARCwxuSt7MqVoHizEPHJ2T8d4qkIg3NriY=; b=hJIPmeOj9MOc7yGbvqmsMX/Ea8Kg6I8vy66KYAVvuVJ8MkPYIQQdcyZhdSnbSa/JGI OSPKBgQigMcwE9iggl5PF1L3AexRkMj6i0MEoYD8rQ7kH6/9WlVUJ/MSON0bm8db4bcm cpS27740P7MX8DZtmAfLbsG+CRkRvgw08NTWngvERogQq8uB8geUOBmIaX/XW8c0ZYyA lWrOlQLURvx+ST90eNd45L/7UC+Sl8N5t8D1IZ5v54IG2gfEvmijHXU6mBa/Oy317SrU wPSnfu7gxCsoAY9UkBGvUSq5GCKWe6Bmjhs03VVUSLNlacEKpjAL7uTJZhW/nrBXOfM4 cg8A== X-Gm-Message-State: ALoCoQmcGgqW74FObUAjTEvmvJuU8ZDTbjnXy07IkbUGDlqpxr0tMFR040tz8ZDdHT4msCbBGnM8 X-Received: by 10.50.73.130 with SMTP id l2mr4838378igv.42.1411420151273; Mon, 22 Sep 2014 14:09:11 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.70.143 with HTTP; Mon, 22 Sep 2014 14:08:51 -0700 (PDT) In-Reply-To: References: <8DEFB90E-0F7F-4876-890D-D4AD1C655D87@ajf.me> Date: Mon, 22 Sep 2014 14:08:51 -0700 X-Google-Sender-Auth: xiBi1oXGyFbQ2DW6x2pRSN-2TJ4 Message-ID: To: Derick Rethans Cc: Andrea Faulds , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Is it fair that people with no karma can vote on RFCs? From: aharvey@php.net (Adam Harvey) On 22 September 2014 04:32, Derick Rethans wrote: > On Sat, 20 Sep 2014, Andrea Faulds wrote: > >> Perhaps I=E2=80=99m being unfair and overthinking things, but I wonder i= f it >> is really fair for people who have no karma, i.e. not contributors to >> the documentation, extensions, php-src or anything else, to have the >> ability to vote on RFCs? >> >> I=E2=80=99d never suggest people without internals karma can=E2=80=99t v= ote. I think >> doc and peck contributors are as valued as any other contributors. >> However, people with no karma whatsoever (a blank people.php.net page) >> voting irks me. > > I think people's votes should only count if they have karma to the > section of the code that the RFC/feature/whatever relates to. +1. I've said this plenty over the last couple of years, as IRC regulars can attest to. Ultimately, people who actually know and maintain the codebase should be making the final decisions. Which is definitely not to say that we shouldn't be listening to people outside the voting group =E2=80=94 obviously, we should listen, and = get feedback. I just don't believe that the haziness of the current process ("we might give you a voting account if you meet mostly undefined criteria which no two people actually agree on, which then allows you to provide a single tick with no feedback") encourages that, and at some point we're going to end up with a feature being committed that is going to cause major headaches for day to day developers. Adam