Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

API reference documentation and some name changes #92

Merged
merged 7 commits into from Oct 18, 2016
Merged

Conversation

joeconwaystk
Copy link
Member

Sorry for the size. Changed a lot of names to make the API more discoverable. Adding documentation for aqueduct classes and methods. This branch needs to be rebased after #91 is merged.

@smswz
Copy link
Contributor

smswz commented Oct 18, 2016

Are there any non-name changes? Github chokes on this diff

@joeconwaystk
Copy link
Member Author

Well, name changes and API docs. If you checkout this branch and run dartdoc, then open doc/api/index.html, you'll see the full breadth of the changes

@smswz
Copy link
Contributor

smswz commented Oct 18, 2016

👍 from me

@anachlas
Copy link
Contributor

The only one I'm not sure about is OrderedSet -> ManagedSet. Thoughts?

@joeconwaystk
Copy link
Member Author

Really? Why? That was the one I was most sure of. Not saying I'm right, but interested as to why

@anachlas
Copy link
Contributor

Well set implies to me an unordered collection, but it looks like it would preserve order.

@anachlas
Copy link
Contributor

Also set implies uniqueness which isn't necessary here.

@anachlas
Copy link
Contributor

Well actually it is unique, but the ordered thing still bugs me.

@joeconwaystk
Copy link
Member Author

Well it is unique, but also there is no order - it'll be in the order the database decides. It may even be a subset.

@anachlas
Copy link
Contributor

Ok in that case I'm fine with it, 👍

@anachlas anachlas merged commit cd82058 into 1.0 Oct 18, 2016
@anachlas anachlas deleted the jc/api_and_doc branch October 18, 2016 18:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants