How can I convince my department to implement a version control system?

前端 未结 12 2178
别跟我提以往
别跟我提以往 2021-02-01 19:51

I recently joined the IT department of a big insurance company. Although the department\'s title is \"IT\", a lot of code gets written here; Java, JSP, JavaScript, COBOL and eve

12条回答
  •  我在风中等你
    2021-02-01 20:36

    Remember, there are plenty of version control systems that are absolutely free. And the amount of time spent installing and maintaining a version control system should be somewhere near 0 (they shouldn't require any maintenance). There isn't even a space penalty for most systems, as they can compress things internally.

    You have listed some advantages, and there are others. But more importantly, I can't think of a single disadvantage.

提交回复
热议问题