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

Const-correctness & access rights #48

Open
aportelli opened this issue Aug 5, 2016 · 0 comments
Open

Const-correctness & access rights #48

aportelli opened this issue Aug 5, 2016 · 0 comments

Comments

@aportelli
Copy link
Collaborator

That is going to be very painful, but I think that on the long run it can really pay in term of clarity for users and the way other softwares will base themselves on Grid. The idea would full scan all the declarations to insure:

  • that function arguments & class methods are set to const when appropriate to reduce the risk of silent buggy variable changes
  • that class members & inheritance have the right level of accuracy to avoid exposure of internals outside Grid
@aportelli aportelli added this to the 1.0.0 milestone Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant