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

Allow loading from string #2

Open
rulatir opened this issue Mar 18, 2024 · 1 comment
Open

Allow loading from string #2

rulatir opened this issue Mar 18, 2024 · 1 comment

Comments

@rulatir
Copy link

rulatir commented Mar 18, 2024

Rationale:

  • A parser should be a parser, not a file reader and a parser welded together
  • What if my data is on S3? What if I am trying to minimally replace a failing Xliff reader component inside a framework that already handles fetching the input data into a string?
@dotronglong
Copy link
Owner

It makes sense to me. At the low level, you can split into multiple objects / interfaces serve different purposes.

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

2 participants