|
|
|
|
|
by t_a_mm_acq
393 days ago
|
|
Post realizing CC can operate same code base, same file tree on different terminals instances, it's been a significant unlock for us. Most devs have 3 running concurrently. 1. master task list + checks for completion on tasks. 2. operating on current task + documentation. 3. side quests, bugs, additional context. rinse and repeat once task done, update #1 and cycle again. Add in another CC window if need more tasks concurrently. downside is cost but if not an issue, it's great for getting stuff done across distributed teams.. |
|