Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109523 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 87340 invoked from network); 3 Apr 2020 18:19:22 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Apr 2020 18:19:22 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 550F9180545 for ; Fri, 3 Apr 2020 09:46:21 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-vs1-f42.google.com (mail-vs1-f42.google.com [209.85.217.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 3 Apr 2020 09:46:20 -0700 (PDT) Received: by mail-vs1-f42.google.com with SMTP id 184so5361691vsu.3 for ; Fri, 03 Apr 2020 09:46:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bjBCM8pHcNGpg+1W53XlgiPrIw+/nYKnKTvvyKz+NMY=; b=i2ydqapds/WgORmv4P1cBoi+2EFVjXmGe568NtiuFnlsmzVy603WuMKzoC4sWLn0nf VMFPNGq9MPOashJaKudSYhOC4cgDBE5IDDriNtyufK9aTxfB+d4aFxWkOym38KfLif3t qpwmQj7tkAlVsoo5whthoX16lO1EdCUCS7G3ilmkN6QXHze7C5pHE53YjKdWclVFy+QI p6Bg5TQXf9ui4UrN2sfo6Ik6Rz/jKc9rpwYDc/k/4AEuZ4W+94qThUfXdh796+zg3wu+ YPSeexOTLRKqIBWLXLyvxfsdfZ2RnoRfy4+dTYkunSDKTRk1TvpkYQe4pY2ifMkwCmuL HqZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bjBCM8pHcNGpg+1W53XlgiPrIw+/nYKnKTvvyKz+NMY=; b=rQ9FMHTPINLN+oO0oK354zymbaEdOkHSPeLsAUdiVmcnQF3YXBlPbydQlitv5Wur17 k4uDcg6IM7Bhs9U3zdn2SisxZBjysLfnyVSvTswhFTkruAYeF1hSAWDqe9l11Hy+W/sP 5RFCCzQzL0ApWzOctdCYLfuL251gfQQmJ8c1aBJLZWrG738XlO3KChQLQH4fR0D27dBQ d8sp9uQkD1m5Z45WKVQ7oZrDQV1dgVnBT3cDfzxT/jNgBzsw81dz8WNb+i0/Vh/hd0vz LNOmseKfL5WnzTY5lZ4ZjOZMUnZkvLNfYGpQlwsjErid4+n9o6aazRQICX2m/P5t7aXv zuKQ== X-Gm-Message-State: AGi0PuaYyV4hGUA/eEdLMgBM2tCUgONJnu/Rj3PJIo5XXRw7wcrM6kCy /AZR2t7/uUA5/ecFBSIuxH3F/9HWkzHj0dDSrtk= X-Google-Smtp-Source: APiQypKNnALMIgctqLreyhs0lwhGtjKgqp3ufezh5HZOd8pYPEBd50MkhAC8MPk1cpjyMulsVhRCR3ivHX93QOd6lUc= X-Received: by 2002:a67:a06:: with SMTP id 6mr7017859vsk.22.1585932379940; Fri, 03 Apr 2020 09:46:19 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 3 Apr 2020 12:46:08 -0400 Message-ID: To: Dan Ackroyd Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000024ec2505a265a8be" Subject: Re: [PHP-DEV] Understanding RFC attitudes From: chasepeeler@gmail.com (Chase Peeler) --00000000000024ec2505a265a8be Content-Type: text/plain; charset="UTF-8" On Fri, Apr 3, 2020 at 12:38 PM Dan Ackroyd wrote: > Hello Internals, > > The trade-offs that are good for a project like core PHP are quite > different from the trade-offs from other projects. > > People are sometimes quite surprised by the attitude other people have > on how best to maintain and improve PHP. > > I'm hoping that documenting my understanding of the attitudes that > have been taken during RFC discussions, might avoid some of the > surprise factor in discussions and so make the conversations be less > confrontational. > > https://github.com/Danack/RfcCodex/blob/master/rfc_attitudes.md > > To be clear, this is only meant to help people understand other > people's view-points. It is not a fixed set of attitudes that I think > either are or should be followed. > > It's also not aimed at making everyone agree on all topics, but just > to help set people's expectations on how any particular RFC might be > received. > > cheers > Dan > Ack > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I think this is a good idea. It appears to be a fair overview of various topics. Personally, instead of organizing it into the two main areas that you did, I think it would be better to maybe just list the various types of arguments used for/against RFCs, and what the pro/con positions are. As it is currently written, anything in the "less likely to pass" section might be taken as something that should be avoided - even in cases where such things do make sense. If, instead, we lay it out as "If you propose this, these are the arguments you're going to get as objections, and here are some of the justifications that have been used so far" someone might better be able to determine if their RFC for such a topic is justifiable, and if so, preempt some of the objections. -- Chase Peeler chasepeeler@gmail.com --00000000000024ec2505a265a8be--