tkem/fsmlite

Why change to .h

Closed this issue · 1 comments

fsmlite is definitely a C++ lib. Why use the .h extension, indicating that it will be a c-lib? The common way is to either have no extension (as per STL), or to have .hpp (as per Boost), take your pick, but not .h.

tkem commented

See #12.