-
Notifications
You must be signed in to change notification settings - Fork 229
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
Modified identifiers according to the naming convention of the C language standard. #122
base: master
Are you sure you want to change the base?
Conversation
…IPT_GLBREDIRECT_MATCH__' according to the naming conventions of C language.
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.
- Please avoid a typo in the commit subject.
- Would it be helpful to explain the change another bit in the commit description?
- Are there any further update candidates to consider?
How do you think about to improve the wording also a bit for the pull request subject? |
Sure @elfring. I'll update the changes and let you know shortly! Thanks for mentioning the changes precisely. |
… convention of the C language standard.
Wording “… naming convention of the C language standard”? |
The commit 438eedf propose changes as explained below to uphold the reserve identifier violation of C language standards Change 1Changed pdnet.h with the following changes :
Change 2Changed packet_parsing.h with the following changes :
|
@elfring please review the commit messages and proposed changes and let me know if any alterations are needed. |
|
Ok, @elfring. I'll note this feedback and propose changes as described by you as early as possible. |
Is your interest growing for any source code search patterns which I mentioned for some software components? |
@elfring sorry to say, but I have less idea regarding how to extend the search of source code as this was my first contribution to any big company's project and that's why I am not aware of practices to extend the search for the source code. But I am interested in learning new things. I am also reading the resource provided by you. |
Do you get any further development ideas from linked information sources? |
Actually @elfring I am a little confused as changes proposed by me in commits changed the identifiers which were reserved words.
I think that in my proposed changes, the identifiers should begin with an underscore, and the rest of the changes are alright. Am I correct sir? |
Like:
|
Please take another look at the rules for the identifier selection. - Your search approach seems to be incomplete so far. |
ok you mean, I need to search more files and identifiers for such issues? |
I propose to increase source code analysis accordingly. |
I've gone through the issues and I couldn't see similar issues. Sir, please correct me if I am wrong in understanding you. orIf you don't mind can you point my work precisely that what changes I should do so that I can understand my work better? |
Do you find the following search approaches interesting? |
Ok sir I'll check these search approaches and change the source code accordingly within few days. |
🤔 Would you like to check any source code places besides questionable include guards? |
Hi @elfring. Sorry, I didn't get that. Could you elaborate your question? |
Are you familiar with involved software development challenges for include guards? |
No, I am not familiar with it. But I'll read the resource and let you know. |
Updated glb_director_config.h according to the naming convention of the C language standard.
The following changes mentioned below are proposed in order to uphold the reserve identifier violation of the C language standard:
'_GLB_DIRECTOR_CONFIG_H'
changed toGLB_DIRECTOR_CONFIG_H
'__IPT_GLBREDIRECT_MATCH__'
changed toIPT_GLBREDIRECT_MATCH