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
This would be another attempt to split the code into modules.
But this time there should be one file for the core of the parser and all dependencies. This time, maybe there will be no cycle dependencies between modules.
The process needs to happen step by step:
extract one part of the library
Build and run unit test
Commit
The text was updated successfully, but these errors were encountered:
This would be another attempt to split the code into modules.
But this time there should be one file for the core of the parser and all dependencies. This time, maybe there will be no cycle dependencies between modules.
The process needs to happen step by step:
The text was updated successfully, but these errors were encountered: