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

API facade #7

Open
joan38 opened this issue Sep 6, 2018 · 0 comments
Open

API facade #7

joan38 opened this issue Sep 6, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@joan38
Copy link
Member

joan38 commented Sep 6, 2018

Motivation

Currently the API is a bit scattered. Users need to import types from many packages and get exposed to the internal organisation of Orkestra.
That means if we move a type of package it would be a breaking change.

Proposed change

Create a package object that would contain type aliases to the main types needed.
Acting as a facade for the API users would just need, for simple usecases, to:

import tech.orkestra._

Thanks

@joan38 joan38 added the good first issue Good for newcomers label Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Development

No branches or pull requests

1 participant