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, parser is just one big code. This is not very readable. It might be better to group functions into similar modules and separate files by importing them.
It might also be a good idea to use classes rather than only using functions.
Explore this.
The text was updated successfully, but these errors were encountered:
Currently, parser is just one big code. This is not very readable. It might be better to group functions into similar modules and separate files by importing them.
It might also be a good idea to use classes rather than only using functions.
Explore this.
The text was updated successfully, but these errors were encountered: