libhal-google / libhal-util

libhal utility functions, interface wrappers, and types to help manage usage of embedded resources
Apache License 2.0
1 stars 4 forks source link

:recycle: Prepend bit_ to bit namespace types #68

Closed kammce closed 1 year ago

kammce commented 1 year ago

Names like, "value", "modify" and "extract" that are also templates can cause issues with other libraries that may want to use such names but cannot because they could conflict with libhal-util's libraries. They also lack descriptive power, where as adding "bit_" in front makes it quite obvious.