Open elfring opened 4 months ago
I would like to point out that identifiers like “_ABSTRACT_FS_H” and “_OPERATIONS_H” do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?
_ABSTRACT_FS_H
_OPERATIONS_H
Thank you for pointing them out. I will look into them and fix them if necessary.
:thought_balloon: Would you become interested to use a development tool like “clang-tidy” for corresponding source code adjustments?
I would like to point out that identifiers like “
_ABSTRACT_FS_H
” and “_OPERATIONS_H
” do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?