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

Public-facing constructors #8

Open
B-Reif opened this issue Jul 17, 2021 · 1 comment
Open

Public-facing constructors #8

B-Reif opened this issue Jul 17, 2021 · 1 comment

Comments

@B-Reif
Copy link
Contributor

B-Reif commented Jul 17, 2021

Currently, most asefile structs hide their fields and expose immutable access methods. To support use cases around testing and actually manipulating Aseprite files from code, we'll need to allow some level of public-facing constructor and/or mutation support.

@alpine-alpaca
Copy link
Owner

Can you provide an example of what those kinds of manipulations might entail? I find it difficult to design a good API without a good understanding of the use cases.

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