--- "Greg A. Woods" <[EMAIL PROTECTED]> wrote:
> [ On Wednesday, February 20, 2002 at 13:19:22
> (-0800), Noel Yap wrote: ]
> > Subject: Re: refactoring when using CVS
> >
> > The difference is that as a language, C doesn't
> demand
> > such changes (ie renames and moves), while Java
> does.
> 
> That's really totally and completely irrelevant.

In C, you can separate the actions of changing code
for refactoring purposes and moving/renaming files (ie
you can do it in two checkins).  In Java, assuming you
don't want to break the compile, you can't.

Haven't you encouraged doing moves/renames as a
separate checkin from code changes?  Or have I
misunderstood?

Noel

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to