ddc icon indicating copy to clipboard operation
ddc copied to clipboard

We should add a naming convention that specifies minimum length for free function names

Open jbigot opened this issue 1 year ago • 1 comments

I believe we should add a naming convention that specifies that this is way too short for a free function name

Originally posted by @jbigot in https://github.com/CExA-project/ddc/pull/121#discussion_r1510706639

jbigot avatar Mar 08 '24 10:03 jbigot

see https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-identifier-length.html but it seems to only apply to variables

tpadioleau avatar Mar 08 '24 10:03 tpadioleau