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.
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.
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.