-
Notifications
You must be signed in to change notification settings - Fork 376
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
Rename Distributed Nodes Algorithm to Slot Assignment Algorithm #323
Comments
One web-exposed API which is using the term "distribution" is We need to rename this. How about Regarding with other usage of the term "distribution" in the spec, we do not have to be in a hurry. We can fix that later. |
Now about |
I'm fine with sequence<Node> getAssignedNodes(optional boolean deep/flatten/oranythingelse);
|
Please no boolean parameter. Use a dictionary with a single member that defaults to false. We always find out over time we wanted more parameters. And it's better that boolean parameters are named. |
+1. Let's use a dictionary even when only one parameter is expected, as of now. |
As commented in #361 (comment) |
Like the issue #322, we should just get rid of the term "distribution" everywhere in the spec. It's unwarranted use of a historical jargon that doesn't merit anyone.
The text was updated successfully, but these errors were encountered: