Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124366 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 70B201A00B7; Wed, 10 Jul 2024 18:42:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1720637054; bh=trGhOy+/Xu3SvGpqwSXUHveVHetdxYJGfk46g5t2pi0=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=eXoYwS4tx0e6qr4NLn2uJTxki6+UVZpW4Pe4HNwPFC8yUKod0/VNuA9ncDlmxbiMl CAFtrl3aK1lxU1K5rjnCmZXkRzfd+P6CrshE0gwZKig2+akAelbwjWE7vdKk6vCdEU n59bGM66GiJK/Rr2WQ3/d5h/nvXeXyr4Ya+ohttq4SZCSsQcaPejfer/9MLurtkBoj Z3hCbRUOsKmNHVrvgUp9d77HY29NIuejZkqZP7ucgKAa3reaX5UN8duYNGaDiyqq8M 9oHgjfKb8CiI+zdWp0YEuJ2E+c47nIGcp7OuRUWufZzezpmbqMamX5kgvJIRbcUrl4 0oj/PVvaaUZkA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A32BA1815A6; Wed, 10 Jul 2024 18:44:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS; Wed, 10 Jul 2024 18:44:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1720636965; bh=trGhOy+/Xu3SvGpqwSXUHveVHetdxYJGfk46g5t2pi0=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=e0T3w/s9wn+JnEH11elEqUqNJG+wPlunE5AEw0sYzGVlTUoLkt44D+6CYLUqE15tl +TNCqDYfSE+K/w7Th7ZflOGR8RWhjik0wPKVVkgceBZhL4Yrl4McdStcdHBdHQSJqg dt/dntXzesX1q/oboswAjX5y71721DuHS8wpdP5kP5ve+mJpj/VjJIhH+wnPOHybXK qjaoDwZXK0PG7gJd/k12Kkm+fUDAcsbeMQlERkwBVh6QWz+eOaLLJ8kgfqVWKE3PQG nbOP5mOy3VFdTUUAua1Iw2NlMFE3y93W3XpDm971zGdHZqzJKgBMEVziUA2ONzwpEu U2BUHZvjembew== Received: from [127.0.0.1] (unknown [85.255.235.175]) by xdebug.org (Postfix) with ESMTPSA id C116910C17D; Wed, 10 Jul 2024 19:42:44 +0100 (BST) Date: Wed, 10 Jul 2024 19:42:43 +0100 To: internals@lists.php.net, fennic log CC: PHP Documentation List , PHP Developers Mailing List Subject: Re: [PHP-DEV] Negatively Voted Notes User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: <41A5CC28-2C29-4013-98BE-DB81102D702E@php.net> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) On 10 July 2024 18:47:07 BST, fennic log wrote: >On Wed, 10 Jul 2024 at 15:18, Derick Rethans wrote: > >> Hi! >> >> There are currently nearly 20000 notes in the documentation, with many >> having a very high negative rating=2E >> >> For example, there are: >> >> 1131 notes older than a year, with a rating less than -10 >> 2339 notes older than a year, with a rating less than -5 >> 5761 notes older than a year, with a rating less than -1 >> >> The worst offender is: >> >> https://www=2Ephp=2Enet/manual/en/features=2Ecookies=2Ephp#128286 with = -159 (not >> sure why the website says -153) >> https://www=2Ephp=2Enet/manual/en/language=2Eattributes=2Eoverview=2Eph= p#126887 >> with -104 >> >> We discussed this during one of our foundation meetings, and we propose= : >> >> - to delete all notes with a rating less than -5 that are older than a >> year=2E >> - come up with a plan to crowd source going through the other thousands >> of notes to see if they need to be deleted or integrated into the >> actual text=2E Each documentation page now has a link to the XML sour= ce >> (such as >> https://github=2Ecom/php/doc-en/blob/master/language/attributes=2Exml) >> >> Comments? > >This is something im both For and Against=2E > >On the *for* side, alot of these notes are negative rated for a reason, b= ad >code, bad advice, incorrect usage, etc etc > >But on the *against* said is removing information, no matter how bad the >code is or misunderstood, in my eyes no information should be removed=2E = Let >users see others' mistakes, so they dont repeat them=2E >This is what the rating system is for=2E The only stuff that I wouldn't b= e >against is clearly >advertising/promotional/spam posts=2E > >If we had a thread system for these comments, so others can reply, they c= an >point out mistakes/bad code/incorrect usage and those reading can learn >what and what not to do=2E Notes where never meant to be helpful to other developers=2E They were hin= ts to the editors to include missing information, to add clarification, and= sometimes to add new examples *into* the documentation, and then delete th= e note=2E This is less needed now as each page has a direct link to "report= a bug" or the XML source=2E=20 The rating systems was another hint to the editors of the manual to see ho= w wrong of helpful a hint for them was=2E=20 Walls of code with "special functions", or questions, or incorrect comment= s were always deleted without prejudice=2E=20 Help threads and discussions belong on the php-general list of somewhere e= lse=2E=20 cheers=20 Derick=20