At 07:07 PM 1/9/02 -0800, you wrote:
>Ceki Gülcü <[EMAIL PROTECTED]> writes:
>
> > People who repeatedly forget to type "this" represent a minority and
> > should perhaps look to exercise a different profession.
>
>Agreed.
>
> > The problem with
> >
> > public void setSomething(Object something){
> >   this.something = something;
> > }
> >
> > is
> >
> > public void setSomethingComplicated(Object sometingComplicateed){
> >   this.somethingComplicated = somethingComplicated;
> > }
>
>There's only possibility of problem there when you don't copy and
>paste your variable names.


On the one hand, arrogance is never helpful, if you mean to be helpful.  If 
you want to show off how smart you are, on the other hand, it is a great 
tool.  The difference is whether you want to talk about yourself or the 
subject-matter.

- micael


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to