microbiome / miaSim

microbiome data simulation package
https://microbiome.github.io/miaSim/
Artistic License 2.0
18 stars 10 forks source link

Internal function naming #62

Closed antagomir closed 1 year ago

antagomir commented 1 year ago

Ensure that all internal functions are named with a dot (like .myInternalFunction).

At the moment some are with and some without dot. Good to harmonize.

Make sure that only those functions are exported that are really needed by users. This will simplify maintenance and documentation and the overall user experience.