You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently files are being generated procedurally and are constantly deleted, recreated, and then rewritten. This is bad coding practice and is not a scalable solution.
We should opt for a build pattern type solution in which the files take configurations based on what they need inside of it and build it to that specification.
Currently files are being generated procedurally and are constantly deleted, recreated, and then rewritten. This is bad coding practice and is not a scalable solution.
We should opt for a build pattern type solution in which the files take configurations based on what they need inside of it and build it to that specification.
this was originally found in #206
The text was updated successfully, but these errors were encountered: