robotology-playground / robotology-template-library

0 stars 0 forks source link

[Discussion] Rename the library #2

Open drdanz opened 5 years ago

drdanz commented 5 years ago

The "common-classes" name is quite bad. I suggest something like robotology-template-library

aerydna commented 5 years ago

template is a little restrictive.. some utility can end up here (method to convert a string in argc,argv and stuff like that). any other idea?

drdanz commented 5 years ago

std::string is a template, argc, argv handling should be a template over the type of character (at least char, wchar)

aerydna commented 5 years ago

agreed