robotology-playground / robotology-template-library

0 stars 0 forks source link

[Discussion] Naming convention #6

Open drdanz opened 5 years ago

drdanz commented 5 years ago

I suggest to use the same style used by STL, boost etc (lowercase, underscores), instead of the CamelCase style used in YARP and in robotology. This will make it easier to keep coherence, allow migration, and it's also recommended by the C++ Core Guidelines