Multiple Files - What is the best strategy to create a single wrapper or a single entry point? #1076
Unanswered
dinbtechit
asked this question in
Q&A
Replies: 1 comment
-
|
Maybe related - #1024 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering what is the best strategy to create a single wrapper when you have multiple files.
For example: when you generate everything into a single file it's easy to create something as shown below. But when you have hundreds of generated files. What is the best strategy to write a wrapper for this or a single entry point?
Singlefile:
The solution that I came up (see below) but this is basically not ideal and maintainable. Does anyone have a better approach for this?
fff.io
Beta Was this translation helpful? Give feedback.
All reactions