Personally I don't care about variables being sorted in any other way
than logical grouping. The alphabetical order, public/ protected/
private sorting... that's all stuff your IDE does for you. The only
thing that can be convenient imo is that methods and variables that
have some relationship with each other are close to each other.
Unfortunately, someone seems to have a VERY strong urge to sort
everything he finds on scoping and sometimes on alphabeth. As you can
probably read from the tone of this reply, I find it quite irritating.
Just not irritating enough to make a fuzz about, and I guess it is
hard to put into a coding standard other than 'please don't sort other
people's code all the time'. That reshuffeling is bad for keeping
track of changes too btw.

Eelco


On 1/20/06, Matej Knopp <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to ask, what's the reason of having all class members sorted by
> alphabetical order?
>
> I mean, look at RequestCycle. It has constants at the beginning, but
> they are not sorted by value [request cycle phases] but alphabetically.
> It's quite confusing. Is there a good reason for this?
>
> -Matej
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to