Technology Radar
Published : Mar 29, 2022
NOT ON THE CURRENT EDITION
This blip is not on the current edition of the Radar. If it was on one of the last few editions, it is likely that it is still relevant. If the blip is older, it might no longer be relevant and our assessment might be different today. Unfortunately, we simply don't have the bandwidth to continuously review blips from previous editions of the Radar.
Understand more
Mar 2022
Trial
策略性复刻是一种有助于代码库重组或从单体代码库迁移到微服务的技术。具体来说,更常见的方式是首先对代码库完全模块化,但在很多情况下会花费很长时间或者很难实现。而策略性复刻则为之提供了一种可能的替代方案。通过这种技术,团队可以创建代码库的新分支,并使用它来处理和抽取某个特定的关注点或领域,同时删除不需要的代码。这种技术的应用可能只是整个单体的长期计划的一部分。