abelsiqueira / DiceRolls.jl

Julia package defining dice and operations with them
Other
9 stars 4 forks source link

Auto export d4 d6 #2

Open abelsiqueira opened 4 years ago

abelsiqueira commented 4 years ago

Ported from Dices.jl. Issue by @xiaodaigh

I think it's better to not auto export these common short names.

using Dices: d4, d6

if I want to use these dices would be better.

abelsiqueira commented 4 years ago

I personally prefer to export them, since the package is very focused on dice and these are part of a traditional dice notation. However, I'm gonna keep this open so people can comment on what they prefer.