info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: refactoring when using CVS


From: Greg A. Woods
Subject: Re: refactoring when using CVS
Date: Wed, 20 Feb 2002 14:36:51 -0500 (EST)

[ On Wednesday, February 20, 2002 at 07:45:24 (-0800), Noel Yap wrote: ]
> Subject: Re: Converting ClearCase to CVS
>
> One of the most current arenas where CVS is not an
> ideal tool is Java development since refactoring
> causes renaming and moving of files.

Refactoring in C could just as easily leave you with a whole lot of
deleted files and a whole lot of new files.

CVS demands that you carefully plan for disruptive upsets in the file
naming you use for your code "containers".

Refactoring should never be done, in any language so far as I can tell
(not even in smalltalk), without first a good deal of consideration,
care, and planning.  While refactoring within the private methods of a
class might not affect the external API, that's still not an excuse to
go about it willy-nilly any old time you feel like it.

-- 
                                                                Greg A. Woods

+1 416 218-0098;  <address@hidden>;  <address@hidden>;  <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]