That is because the code written in this project is cross-platform and does not rely on OS libraries. You might add code that works in linux but won't run on windows
or visa-versa. to avoid running the code on multiple machines and to avoid errors when working with a team, just use the CI as a tool for error checking.
1.) The beginning of a word should start with a small letter.2.) If multiple words are in the name, it should be spaced with an underscore as such: get_id().
1.) The beginning of a word should start with a capital letter.2.) If multiple words are in the name, it should be spaced with an underscore as such: Something_Class.
1.) should start with Interface_ for example: Interface_Runnable.2.) The beginning of a word should start with a capital letter.
3.) If multiple words are in the name, it should be spaced with an underscore as such: Interface_Graphics_Observer.
1.) should have a following underscore as such: function_(). 1.) should have an underscore before and after function as such: _function_().