Skip to content

Make utility method names clearer. #1470

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

Merged
merged 1 commit into from
Dec 12, 2014
Merged

Make utility method names clearer. #1470

merged 1 commit into from
Dec 12, 2014

Conversation

CyrusNajmabadi
Copy link
Contributor

No description provided.

// the node directly for 'ContainsError'.
HasComputedThisNodeOrAnySubNodesHasError = 1 << 6
// Used to know if we've computed data from children and cached it in this node.
HasAggregatedChildData = 1 << 6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds so vague; what do we use this for other than parse error info?

CyrusNajmabadi added a commit that referenced this pull request Dec 12, 2014
Make utility method names clearer.
@CyrusNajmabadi CyrusNajmabadi merged commit fbfb94f into master Dec 12, 2014
@CyrusNajmabadi CyrusNajmabadi deleted the flagAggregation branch December 12, 2014 23:50
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
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.

2 participants