Skip to content
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

Potentially rewrite input/output rendering functionality #74

Open
orellazri opened this issue Jun 30, 2024 · 0 comments
Open

Potentially rewrite input/output rendering functionality #74

orellazri opened this issue Jun 30, 2024 · 0 comments

Comments

@orellazri
Copy link
Owner

The handling of rendering input files and directories is kind of awkward with all the logic in render.go
It could be better to parse all the input files beforehand according to the mode (generate a list of all input files to parse regardless of the flag. This way the directory walking can be done in this stage and not in the render stage).
Then the render can be simplified to maybe be one function that renders a reader to a writer, or something similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant