Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PHP-DEV] User comments on php.net/manual/: date sort order descending?

0 views
Skip to first unread message

Björn Schotte

unread,
Mar 25, 2003, 4:01:19 AM3/25/03
to
Hi,

just digged through some user comments in the manual which are sorted
date ascending, i.e. oldest posts (from 1999 or 2000) are first. Wouldn't
it be better to sort date descending? There are plenty of issues from
1999/2000 which are already solved in newer PHP versions and I think it
irritate users less if they read the newest comments first.

--
ThinkPHP / rent-a-phpwizard bjo...@thinkphp.de
Sedanstraße 27 Tel: 0931 / 78 43 804
97082 Würzburg Fax: 0931 / 78 43 795
http://www.thinkphp.de/ http://www.rent-a-phpwizard.de/

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Vlad Krupin

unread,
Mar 25, 2003, 5:21:03 PM3/25/03
to
couple reasons not to change that:
- if a post has survived for such a long time, it's probably valuable.
If not, it needs to be deleted rather than moved to the bottom of the
pile. Also, if it's good, it should probably be added to documentation
(and if it's at the top, it'll keep bugging developers to do just that -
I think that's a bonus)
- a lot of posts say something like 'In addition to the previous
post...' or 'the previous post is wrong - someone, delete it! The right
code snippet is...' - it would be extra confusing to reverse the order now.

Vlad

Björn Schotte wrote:

>Hi,
>
>just digged through some user comments in the manual which are sorted
>date ascending, i.e. oldest posts (from 1999 or 2000) are first. Wouldn't
>it be better to sort date descending? There are plenty of issues from
>1999/2000 which are already solved in newer PHP versions and I think it
>irritate users less if they read the newest comments first.
>
>
>

--

Björn Schotte

unread,
Mar 26, 2003, 2:19:41 AM3/26/03
to
Hi Vlad,

> - if a post has survived for such a long time, it's probably valuable.

Many comments that are >2 years old are antiquated because they're
fixed in newer versions.

> - a lot of posts say something like 'In addition to the previous
> post...' or 'the previous post is wrong - someone, delete it! The right
> code snippet is...' - it would be extra confusing to reverse the order now.

What is better?

---------------
post from f...@bar.com

.... bla ...


post from fo...@bar2.com

In addition to the last comment ...
--------------

or

---------------
post from fo...@bar2.com

In addition to the last comment ...

post from f...@bar.com

.... bla ...

--------------

I think the latter one is better: in the cases of "The previous post
is wrong" one wouldn't dig deeper into the wrong post and have the
"right" solution first.

--
ThinkPHP / rent-a-phpwizard bjo...@thinkphp.de
Sedanstraße 27 Tel: 0931 / 78 43 804
97082 Würzburg Fax: 0931 / 78 43 795
http://www.thinkphp.de/ http://www.rent-a-phpwizard.de/

--

0 new messages