-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Team4-Converter #25
base: team4-converter
Are you sure you want to change the base?
Team4-Converter #25
Conversation
We addressed the feedback:
TestsUnit tests are presented in the |
de79a2c
to
b0375b4
Compare
@kyotov added tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The files & coding generally have appropriate granularity, though some functions could be further decomposed. For example, the main function can be updated to decouple the file handling from token parsing and file writing, it would allow main() to act as a lightweight wrapper and keeps processing logic reusable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the test files were put into a single folder, enabling Pytest to efficiently run tests on them, showcasing a testing friendly design.
Granularity: Functionality: Scalability: Readability: |
No description provided.