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

Refactor: cbuf naming #62

Closed
gparmer opened this issue Nov 21, 2013 · 0 comments
Closed

Refactor: cbuf naming #62

gparmer opened this issue Nov 21, 2013 · 0 comments

Comments

@gparmer
Copy link
Collaborator

gparmer commented Nov 21, 2013

cbufs are currently named too awkwardly. In the future, persistent cbufs are going to be much more common (for programmers to use) than transient memory cbufs. However, the naming scheme makes it more difficult to use them.

Suggested change:

  • cbuf_* -> scbuf_* for scoped cbufs which is a more relate-able name for transient memory cbufs.
  • cbufp_* -> cbuf_* so now the namespace for persistent cbufs becomes easier to use.
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

No branches or pull requests

1 participant