eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.58k stars 373 forks source link

Naming convention for iceoryx binaries #147

Closed orecham closed 3 years ago

orecham commented 4 years ago

Brief feature description

Iceoryx exports multiple binaries. Should there be a naming convention for them ? If yes, what should this be ?

orecham commented 3 years ago

Currently, we have the following binaries:

Suggestion: streamline naming to follow the following convention: iox-${application_name}

elBoberido commented 3 years ago

so we would have something like

I like that. I'm not sure if we should also do it for our examples or just for binaries we would distribute in a release

orecham commented 3 years ago

I would vote to use it for all of them for consistency... I like the idea of being able to just type in my terminal: iox- <tab> <tab> and easily see the list of iceoryx applications.

I am not too fussed though, if there is a strong want/need to break the convention for examples then we can leave them as is.

elBoberido commented 3 years ago

I also don't have strong feelings about this. We should maybe use something like an iox-ex- prefix. @MatthiasKillat, what's your opinion regarding a prefix for examples? I know we had a discussion in the past regarding something similar.