Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

feat(scope): add scope digest stat collection #609

Closed
wants to merge 1 commit into from

Conversation

mhevery
Copy link
Contributor

@mhevery mhevery commented Feb 25, 2014

No description provided.

@mhevery mhevery added cla: yes and removed cla: no labels Feb 25, 2014
@@ -362,6 +362,57 @@ _mapEqual(Map a, Map b) {
}
}

class ScopeStats {
bool report = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

most properties could be final (_digestLoopNo excluded).

I'm all for writting final <variable> = new <object>(), ie no type duplication on lhs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@mhevery mhevery closed this in c066923 Feb 26, 2014
@mhevery mhevery deleted the change-detection-log branch March 17, 2014 16:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants