mity / acutest

Simple header-only C/C++ unit testing facility.
MIT License
347 stars 96 forks source link

Multiple projects with the same cutest name #6

Closed mity closed 7 years ago

mity commented 8 years ago

There are many unit testing facilities with the name, "Cutest", or some very similar name. Even if filtering out some mirrors/copies/forks, the current list of known Cutests so far seems like this:

Quite terrific. This shows few things:

The question is what to do now. I actually see only two reasonable approaches:

  1. Keep the current status quo. It exists for years already and, AFAIK, there was no real harm. Of course we should at least be polite and do some disambiguation in README.md or something.
  2. Rename this project to something else. With all the bad consequences because some people already know and refer to this project by its name.

I tend to stick with the first solution, at least until practice shows the current situation is unbearable.

Any opinions?

ema-pe commented 7 years ago

For me it is better to rename the project. Sooner you do it, better it is.

I discovered this library today, I want to use it on my projects, the only problem could be that I need to change the git submodule's pathname, when you will change the name.

edsiper commented 7 years ago

FYI: having a great experience with this project, already merged in fluent/fluent-bit.

mity commented 7 years ago

We are now the "another cutest" to differentiate us from all the cutests :-)

It's true that one such repo on github already exists but it does not look as a serious living project and it has nothing to do with C unit tests.

Google search looks also fine to me.

Note the header cutest.h has been also renamed to acutest.h. Hopefully this is not a big issue for anyone.