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

Moves class scoping variables into internal variables #119

Merged
merged 4 commits into from
Mar 8, 2016

Conversation

ketzusaka
Copy link
Contributor

After talking on slack we came to the conclusion this would be good to reduce shared state within Vapor for the time being until we can reduce the responsibilities of Application as this adds no new public API on it.

ketzusaka and others added 4 commits March 1, 2016 07:55
This reduces the amount of shared state Vapor types have. It seemed to make sense since all the scoped stuff was being read and written to within an Application's instance methods.
tanner0101 added a commit that referenced this pull request Mar 8, 2016
Moves class scoping variables into internal variables
@tanner0101 tanner0101 merged commit fd11d81 into master Mar 8, 2016
@tanner0101 tanner0101 deleted the ketz/member-scoping branch March 8, 2016 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants