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

Standardize Naming Convention #6

Closed
pryrt opened this issue Aug 29, 2016 · 3 comments
Closed

Standardize Naming Convention #6

pryrt opened this issue Aug 29, 2016 · 3 comments
Assignees

Comments

@pryrt
Copy link
Owner

pryrt commented Aug 29, 2016

When I started, I was using mostly snake_case. However, as I've implemented the IEEE Std 754™-2008 functions, I've used their camelCase convention. Now the majority of my functions are camelCase, but not all. I need to standardize.

@pryrt pryrt self-assigned this Aug 29, 2016
@pryrt
Copy link
Owner Author

pryrt commented Aug 29, 2016

See also the additional Naming Convention discussion in #7

@pryrt
Copy link
Owner Author

pryrt commented Aug 29, 2016

Specifically: to_dec_floatingpoint() and to_hex_floatingpoint() should be renamed to the canonical version of format_convertToDecimalCharacter() and format_convertToHexCharacter(). I might also want an alias of something akin to convertToDecimalFloatingPointString() and convertToHexFloatingPointString().

@pryrt pryrt mentioned this issue Mar 27, 2017
pryrt added a commit that referenced this issue Mar 27, 2017
v0.017_002 merge: I've solidified on naming convention (#6), at least for now.  Bring it back into the trunk and then tag an alpha release
@pryrt
Copy link
Owner Author

pryrt commented Mar 27, 2017

#11: v0.017_002
I've solidified on naming convention (#6), at least for now. Bring it back into the trunk and then tag an alpha release

@pryrt pryrt closed this as completed Mar 27, 2017
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