Breaking code in app.go to multiple packags #55
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/design
Categorizes issue or PR as related to design.
kind/discuss
priority/P0
What if we would break
app.go
to multiple packages?I suggest creating notion of loaders and transformers.
Loader would load input file and convert it to komposeObject.
Transformer would convert komposeObject to target format.
Every loader and every transformer would live in its own package.
It could look like this:
The text was updated successfully, but these errors were encountered: