Restructure generator.py according to the utilities
As of now, there are multiple functionalities implemented in a single file. Most of the generator functions are Faker oriented. Maybe a separate file handles such functions.
Just had a look at this. You want the functions using Faker to be separated from the few that don't?
Yeah basically the purpose of generator is to generate data. Now that maybe using Faker, built-in functions, or any other way. generator.py should be in such a way, that it should not contain much of a repeated code, or functions.
So rather than having separate files handling such functions as you've said above, this is just a refactoring issue?
Yeah kind of refactoring issue.
Hey @theycallmemac , can you please check a comment that I made on your PR? That would be ready to merge then. 🎉
Isn't it merged already?