rcseacord / cmp_int

C implementation of C++ Utility functions https://en.cppreference.com/w/cpp/utility/intcmp
MIT License
18 stars 1 forks source link

naming conventions #2

Closed gustedt closed 3 years ago

gustedt commented 3 years ago

your code should stick to one single name prefix

rcseacord commented 3 years ago

I think this is referring to the comp vs cmp This was a mistake as the interface was supposed to match the corresponding C++ interface. Everything is now cmp_*

gustedt commented 3 years ago

Not only that, the is prefix is reserved for the standard and a macro like make_... that uses the user namespace should not be silently introduced.