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

Resolve confusing method and macro rebrands #3

Open
acerspyro opened this issue Jun 23, 2020 · 0 comments
Open

Resolve confusing method and macro rebrands #3

acerspyro opened this issue Jun 23, 2020 · 0 comments

Comments

@acerspyro
Copy link
Member

Some methods and macros are simply rebrands of readily-available system methods, here are some examples:

ENET_SOCKETSET_ADD -> FD_SET
ENET_SOCKETSET_CHECK -> FD_ISSET

These could be renamed to ENET_SOCKET_FD_SET and ENET_SOCKET_FD_ISSET for example to induce the user into thinking "This is just a wrapper to already existing UNIX methods that I already know about"

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

1 participant