-
Notifications
You must be signed in to change notification settings - Fork 7
Refactor parser #4
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers