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

Submit frozen to https://github.com/avelino/awesome-go #18

Open
marcelocantos opened this issue Jan 10, 2020 · 0 comments
Open

Submit frozen to https://github.com/avelino/awesome-go #18

marcelocantos opened this issue Jan 10, 2020 · 0 comments
Assignees
Labels
P1 Medium priority

Comments

@marcelocantos
Copy link
Collaborator

marcelocantos commented Jan 10, 2020

...after #17, #24 and #25.

  • Read https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md.
  • Unexport anything we don't want to make part of the interface. E.g.: BitIterator is a handy feature, but doesn't really fit the intent of the package from a user's perspective. It should either be unexported or exported from a different repo. MaskIterator is even more an internal construct.
  • I'd be tempted to also park the lazy package on a branch till we decide what to do with it. Alternatively make sure the docs explain that it's WIP and might never happen (if we end up implementing laziness directly into the frozen package (which I'm still not sure is the same thing as semantic laziness).)
@ChloePlanet ChloePlanet added the P1 Medium priority label Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 Medium priority
Projects
None yet
Development

No branches or pull requests

3 participants