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

Support appending to file #109

Open
Anton-4 opened this issue Oct 3, 2023 · 1 comment
Open

Support appending to file #109

Anton-4 opened this issue Oct 3, 2023 · 1 comment

Comments

@Anton-4
Copy link
Collaborator

Anton-4 commented Oct 3, 2023

I'm not sure if we should add an argument like [CleanWrite, Append] to the write functions or create separate append functions. We should take a quick look how other languages do this.

@lukewilliamboswell
Copy link
Collaborator

@Anton-4 said we should go with separate functions:

append
appendBytes
appendUtf8

Writing to a file is so common, so I don't want to add visual or performance clutter to the existing write functions.

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