You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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().
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.
The text was updated successfully, but these errors were encountered: