conda / ceps

Conda Enhancement Proposals
Creative Commons Zero v1.0 Universal
19 stars 24 forks source link

Draft a CEP for `conda` Plugins Standards and Best Practices #33

Open beeankha opened 2 years ago

beeankha commented 2 years ago

With all of the upcoming plugins work and the possibilities related to them, it would be beneficial to come up with a core set of standards and best practices that have been discussed and agreed upon.

Possible topics to discuss include:

Note: Standards that would only apply to certain plugins (e.g., a solver or authentication plugin) may be discussed within a separate CEP for those particular plugins.

AlbertDeFusco commented 2 years ago

One thing I've been thinking about is that it may be considered best practice to not change important conda CLI arguments like -n, -p. and potentially others. That's not to say that all plugins have to work with named envs and conda env prefixes, but it would be best if plugins did not implement those flags that then change their meaning, which would lead to user confusion.

beeankha commented 2 years ago

Thank you for those details, @AlbertDeFusco! I'll be sure to include that in the upcoming CEP; I also updated the list above in the issue description. 👍