Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Use int instead of specific types #13

Open
arnout opened this issue May 25, 2018 · 0 comments
Open

Use int instead of specific types #13

arnout opened this issue May 25, 2018 · 0 comments
Labels
coding-style Coding style issues

Comments

@arnout
Copy link

arnout commented May 25, 2018

Many internal variables (like the status return of a function) are currently defined as bit-specific types, usually uint8_t. This is potentially bad for efficiency (it may introduce unneeded mask operations). It also makes the code harder to understand.

@arnout arnout added the coding-style Coding style issues label May 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
coding-style Coding style issues
Projects
None yet
Development

No branches or pull requests

1 participant