Implement ColumnEnhancements.removeSections more effectively
Open
priority: low
refactoring
Standardization
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## 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.
Contributor guide
Assessment
This issue has not been assessed yet.