Refactor ArrayTransformations object
Aperta
Conformance
feature
priority: undecided
refactoring
under discussion
- Lingua principale
- Scala
- Stelle
- 33
- Fork
- 16
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## Background
`object ArrayTransformations` is hard to read & understand, there is a danger of field name clashes and code could be possibly optimized
## Feature
Refactor the `object ArrayTransformations` to address the issues:
* better functions and vals naming
* ensure used temporary field names are unique
* ensure when array fields are "brought to top level" their names are unique
* consider optimizations like repeated field name parsing
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.