Open ThunderSon opened 4 years ago
The objects in the file are created as globals to the file, which is bad practice. In order to solve this, functions will handle input parameters specific to what they need, and output results.
This will allow the program to be more extensible.
Thanks for the issue. Currently still working on implementing multiple features, would love to see your contributions if possible 👍
The objects in the file are created as globals to the file, which is bad practice. In order to solve this, functions will handle input parameters specific to what they need, and output results.
This will allow the program to be more extensible.