gap-packages / ZeroMQInterface

GAP Bindings to ZeroMQ
https://gap-packages.github.io/ZeroMQInterface
GNU General Public License v2.0
2 stars 5 forks source link

Rename the package to `ZeroMQInterface` or `zeromqing` or so? #11

Closed fingolfin closed 6 years ago

fingolfin commented 6 years ago

This is based on experience with writing such interfaces: It is a bad idea to call them exactly like the library/program you want to interface with, as it makes it difficult to differentiate between the two: "Hey, I have troubles using zeromq with GAP? -- Well, you first need to install zeromq, and make sure you have the latest version of zeromq. Then compile zeromq (you may have to point it at where to find zeromq)."

fingolfin commented 6 years ago

(Personally, I don't like the FOOing naming convention, as in linboxing; but it's still better than taking the raw name, so whatever works for you)