tyr
tyr copied to clipboard
Rethink the way files are generated
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