BioPandas/biopandas
[Refactor] Reduce code duplication by using abstract base classes
开放
#117 创建于 2023年3月27日
enhancementhelp wanted
仓库指标
- 星标
- (756 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Now that we support quite a few different formats we've ended with a significant amount of code duplication in the library. This should be refactored out into an abstract base class to reduce the future maintenance burden.