-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump interface version up to CSENTITY_API_INTERFACE_VERSION003
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f3723d7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@s1lentq:
Please do not use those hex shits numbers! We never instantly know how much is the size (my case, I have to waste time to go there), not simpler at all, and makes me angry! Just use "4096" or "256", it does not hurt!
f3723d7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering the fact @s1lentq has no responsability of your angriness, I think that he has so normalized under his knowledge in C++ the different numerical bases in programming that what he would least expect is that someone "claims" him to use HEX numbers on it. Instead, enclosing the number in a macro with a simple comment, may be a better fashioned way to implement this. In my case, I had no trouble in guessing 0x100 is 256 because I just knew it long time ago (and yeah, it's always good and simple to waste time going to a website to convert a magic number).
Ways and ways to propose changes 😄👌🏻