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

nicer names for functions that handle internal data structures #73

Open
Licenser opened this issue Nov 23, 2016 · 1 comment
Open

nicer names for functions that handle internal data structures #73

Licenser opened this issue Nov 23, 2016 · 1 comment

Comments

@Licenser
Copy link
Contributor

Followup on #71 to keep track. The idea was that a suffix of 1 to indicate a function handles internal data structures comes with the problem that it is less then obvious without knowledge of the code. Changing this would be a api breaking change so only sensible with during a major version change. Alternatives suggested in the original issue were:

  • _i, _internal, _r or _raw as suffixes
  • a separate module while keeping function names identical
@jchassoul
Copy link
Contributor

jchassoul commented May 14, 2018

Hi Robert, wondering if you have new thoughts about this internal and external API, it's something that will break things... but it will make all more comprehensible in general and probably help even some new space adventurers! (=

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

2 participants