joshwlambert / DAISIEmainland

Simulate phylogenetic data on islands with a evolving mainland pool
https://joshwlambert.github.io/DAISIEmainland/
GNU General Public License v3.0
1 stars 1 forks source link

Load the library secretly to omit explicit namespace usage #76

Closed richelbilderbeek closed 2 years ago

richelbilderbeek commented 2 years ago

Here I secretly load the DAISIEmainland package to remove the need to write DAISIEmainland::, resulting in less cluttered code.

I imagined this would not always work out well, but AFAICS, it is always fine. Of course, you are boss, so feel free to disagree :-)

joshwlambert commented 2 years ago

@richelbilderbeek thanks for the suggestion, I agree that removing the namespace removes clutter, but I took this as a design decision to avoid ambiguity of which functions come from DAISIEmainland, and therefore will close this PR.