Implement ColumnEnhancements.removeSections more effectively
Abierto
priority: low
refactoring
Standardization
- Lenguaje dominante
- Scala
- Estrellas
- 33
- Forks
- 16
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Background
`ColumnEnhancements.removeSections` is implemented in a simple way, using unnecessary too early `concat` function.
Right now it's good enough, because the expected usage will be removing only one `Section` anyway for now.
But in case of other and more general usage, this could be a valuable improvement.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.