RE: [HttpClient] Proposed style change

2003-01-27 Thread Martin Cooper
For the most part, I'll stay out of this, since I don't work with this code base much, so my personal preferences shouldn't make a difference. However, I do want to point out one more consideration regarding line lengths. Many people like to use tools such as tkdiff (or ViewCVS, for that matter)

Re: [HttpClient] Proposed style change

2003-01-27 Thread Jeffrey Dever
I propose that we change the pattern for instance variables to ^_?[a-z][a-zA-Z0-9]*$ so that we will allow leading underscores but will not insist on it. Uuuugh, please no! Besides being ugly, it's worth sticking to the Sun coding style (as is the default with checkstyle). That way,

Re: [HttpClient] Proposed style change

2003-01-27 Thread Sung-Gu
Personally, 1) Line length of 80 +1 2) Instance variable names ^_?[a-z][a-zA-Z0-9] +0 Sung-Gu -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]