Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2005-07-19 23:14:24
Size: 800
Editor: 127
Comment:
Revision 4 as of 2005-07-19 23:16:15
Size: 857
Editor: 127
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
----
Line 6: Line 7:
 * [OAOO]를 어기는 중복. (repository와 source)  * [DRY]를 어기는 중복. (repository와 source)
Line 16: Line 17:
-- ["yong27"] [[DateTime(2005-07-19T14:16:15Z)]]

ISBN(0974514004)

ISBN(899530099X,K)

[CVS]의 기술적사용이외, 개발문화를 알 수 있다고 함. [http://wangmul.egloos.com/677157 관련포스트]


$Author$ 등의 keyword property를 사용하지 말라고 권하고 있다. 세가지 이유였는데,

  • [DRY]를 어기는 중복. (repository와 source)
  • 코드의 readability가 떨어진다. (읽어야할게 늘어남)
  • branch 및 mergy시 문제가 된다는 것

하지만, 이유가 별로 와닿지 않는다. $Id$ 하나정도 쓰는것은 전혀 문제되어 보이지 않는다. 특히도,

   1 __version__="$Rev$"

라고 표기하는것은 충분히 장점이 있다. 나중에 해당 소스의 신규유무를 파악하는데 용이할 수 있다.

-- ["yong27"] DateTime(2005-07-19T14:16:15Z)


CategoryBookComputer

PragmaticVersionControlUsingCvs (last edited 2013-05-31 15:44:10 by 61)

web biohackers.net