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

Use suffix _mut #129

Closed
4 tasks done
bvssvni opened this issue Nov 3, 2014 · 0 comments · Fixed by #130
Closed
4 tasks done

Use suffix _mut #129

bvssvni opened this issue Nov 3, 2014 · 0 comments · Fixed by #130
Assignees
Labels

Comments

@bvssvni
Copy link
Contributor

bvssvni commented Nov 3, 2014

See #113

See http://aturon.github.io/style/naming/ownership.html

  • image::SubImage::mut_inner => image::SubImage::inner_mut
  • image::MutableRefImage::mut_pixels => image::MutableRefImage::pixels_mut
  • image::ImageBuf::mut_pixelbuf => image::ImageBuf::pixelbuf_mut
  • image::ImageBuf::mut_rawbuf => image::ImageBuf::rawbuf_mut
@bvssvni bvssvni added the draft Add if this issue includes suggested code, compares interfaces, preparses wording,etc label Nov 3, 2014
@bvssvni bvssvni changed the title Use postfix _mut Use suffix _mut Nov 3, 2014
@bvssvni bvssvni self-assigned this Nov 3, 2014
@bvssvni bvssvni added easy and removed draft Add if this issue includes suggested code, compares interfaces, preparses wording,etc labels Nov 3, 2014
bvssvni added a commit to bvssvni/image that referenced this issue Nov 3, 2014
This was referenced Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant