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

Simplify API for Non-Perl #29

Open
gflohr opened this issue Jan 10, 2018 · 0 comments
Open

Simplify API for Non-Perl #29

gflohr opened this issue Jan 10, 2018 · 0 comments

Comments

@gflohr
Copy link
Owner

gflohr commented Jan 10, 2018

The API is too complicated for languages other than Perl. In particular:

  • Remove the necessity to call methods, whenever possible. That implies to pass the Site object again to most methods (had been removed recently).
  • Prefer array references over hashes. For example the assets property of the Site object should be a an array reference.
  • Simple tie mechanism for stderr so that it can be redirected to the logger.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant