|
|
|
|
|
by guitarbill
2602 days ago
|
|
There was one before RTC, called CMVC, which was truly awful, especially using after 2010 felt like an insult to developer productivity. I forget all the reasons why RTC isn't great, but the main one: if the server goes down, you're screwed. This happened several times, and we basically went to the pub instead of working. Slow to check out. Streams sucked compared to branches (especially when the server admin restricted creation of streams, meaning you simply could not branch at all if I'm remembering), and the capability to stash changes/switch branches to work on different work items if one was blocked was also more cumbersome. Code review was terrible. A centralised paradigm does simplify things a lot mentally, but the workflow suffers IMO. |
|